#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. More...
|
|
struct | Dune::ReferenceElements< ctype, dim > |
| Class providing access to the singletons of the reference elements. 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...
|
|