|
dune-grid
2.11
|
#include <concepts>#include <utility>#include <dune/common/rangeutilities.hh>#include <dune/geometry/type.hh>#include <dune/grid/common/gridenums.hh>#include <dune/grid/concepts/geometry.hh>#include <dune/grid/concepts/archetypes/entity.hh>Go to the source code of this file.
Namespaces | |
| Dune::Concept | |
Variables | |
| template<class S > | |
| concept | Dune::Concept::EntitySeed |
| Model of an entity seed. More... | |
| template<class E > | |
| concept | Dune::Concept::EntityGeneral |
| Model of a grid entity for any codimension. More... | |
| template<class E > | |
| concept | Dune::Concept::EntityExtended |
| Model of a grid entity with extended requirements for codimension 0. More... | |
| template<class E > | |
| concept | Dune::Concept::Entity = EntityGeneral<E> && ((E::codimension != 0) || EntityExtended<E>) |
| Model of a grid entity. More... | |
1.8.14