dune-geometry
2.4
|
template specifying the storage for the corners More...
#include <dune/geometry/multilineargeometry.hh>
Public Types | |
typedef std::vector< FieldVector< ct, cdim > > | Type |
template specifying the storage for the corners
Internally, the MultiLinearGeometry needs to store the corners of the geometry.
The corner storage may be chosen depending on geometry dimension and coordinate dimension. It is required to contain a type named Type, e.g.,
By default, a std::vector of FieldVector is used.
Apart from being copy constructable and assignable, the corner storage must provide a constant input iterator, i.e., it must define a type const_iterator and a pair of constant begin / end methods.
mydim | geometry dimension |
cdim | coordinate dimension |
typedef std::vector< FieldVector< ct, cdim > > Dune::MultiLinearGeometryTraits< ct >::CornerStorage< mydim, cdim >::Type |