dune-fem 2.12-git
Loading...
Searching...
No Matches
entitygeometry.hh File Reference
#include <cassert>
#include <cstddef>
#include <memory>
#include <optional>
#include <dune/common/exceptions.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.hh>
#include <dune/fem/misc/mpimanager.hh>

Go to the source code of this file.

Classes

class  Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >
 implementation of entity and geometry storage for basis function set and local functions More...
 
struct  Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >::Empty
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Typedefs

template<class Entity >
using Dune::Fem::EntityGeometryStorage = EntityGeometryStorageImpl< Entity, true >
 
template<class Entity >
using Dune::Fem::EntityStorage = EntityGeometryStorageImpl< Entity, false >