dune-grid 2.9.0
|
Wrapper and interface classes for element geometries. More...
#include <cassert>
#include <dune/common/fmatrix.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/transpose.hh>
#include <dune/common/std/type_traits.hh>
#include <dune/geometry/referenceelements.hh>
Go to the source code of this file.
Classes | |
class | Dune::Geometry< mydim, cdim, GridImp, GeometryImp > |
Wrapper class for geometries. More... | |
class | Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp > |
Default implementation for class Geometry. More... | |
class | Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp > |
Namespaces | |
namespace | Dune |
Include standard header files. | |
Functions | |
template<int mydim, int cdim, class GridImp , template< int, int, class > class GeometryImp> | |
auto | Dune::referenceElement (const Geometry< mydim, cdim, GridImp, GeometryImp > &geo) -> decltype(referenceElement(geo, geo.impl())) |
Wrapper and interface classes for element geometries.