dune-grid-glue
2.3.0
|
This class is derived from BasicGeometry using tuned geometry traits. More...
#include <dune/grid-glue/common/simplexgeometry.hh>
Public Types | |
typedef Base::Mapping | Mapping |
Public Member Functions | |
template<class CoordVector > | |
SimplexGeometry (const Dune::GeometryType &type, const CoordVector &coords) | |
SimplexGeometry () | |
void | setup (const Dune::GeometryType &type, const Dune::array< Dune::FieldVector< ctype, coorddim >, simplex_corners > &coordinates) |
Setup method with a geometry type and a set of corners. More... | |
This class is derived from BasicGeometry using tuned geometry traits.
The used geometry traits allow for a more efficient compilation of the default implementation of CornerMapping. Using only affine mappings it is specialized for the case of exclusively simplicial geometries.
typedef Base::Mapping Dune::GridGlue::SimplexGeometry< ctype, mydim, coorddim >::Mapping |
|
inline |
|
inline |
|
inline |
Setup method with a geometry type and a set of corners.
type | the geometry type of this subface, i.e. most likely a simplex in 1D or 2D |
coordinates | The corner coordinates in DUNE numbering |