#include <cassert>
#include <limits>
#include <vector>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/typetraits.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/genericgeometry/geometrytraits.hh>
#include <dune/geometry/genericgeometry/matrixhelper.hh>
Go to the source code of this file.
|
class | Dune::ReferenceElement< ctype, dim > |
| This class provides access to geometric and topological properties of a reference element. This includes its type, the number of subentities, the volume, and a method for checking if a point is inside. The embedding of each subentity into the reference element is also provided. More...
|
|
struct | Dune::ReferenceElements< ctype, dim > |
| Class providing access to the singletons of the reference elements. Special methods are available for simplex and cube elements of any dimension. The method general can be used to obtain the reference element for a given geometry type. More...
|
|
struct | Dune::MultiLinearGeometryTraits< ct > |
| default traits class for MultiLinearGeometry More...
|
|
struct | Dune::MultiLinearGeometryTraits< ct >::CornerStorage< mydim, cdim > |
| template specifying the storage for the corners More...
|
|
struct | Dune::MultiLinearGeometryTraits< ct >::hasSingleGeometryType< dim > |
| will there be only one geometry type for a dimension? More...
|
|
class | Dune::MultiLinearGeometry< ct, mydim, cdim, Traits > |
| generic geometry implementation based on corner coordinates More...
|
|
class | Dune::MultiLinearGeometry< ct, mydim, cdim, Traits >::JacobianInverseTransposed |
|
class | Dune::CachedMultiLinearGeometry< ct, mydim, cdim, Traits > |
| Implement a MultiLinearGeometry with additional caching. More...
|
|