Interfaces needed to implement a new Dune::Grid.
More...
|
class | Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp > |
| Default Implementations for EntityImp. More...
|
|
class | Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp > |
| Default Implementations for EntityImp (Elements [cd=0]) More...
|
|
singleton | Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily > |
|
class | Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >::ReturnImplementationType< T > |
| Helper class to choose correct implementation return type for getRealImplementation. More...
|
|
class | Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >::ReturnImplementationType< const T > |
|
class | Dune::IndexSetDefaultImplementation< GridImp, IndexSetImp > |
| Provide default implementation of method if IndexSet. More...
|
|
class | Dune::IntersectionDefaultNormalVectors< GridImp, IntersectionImp > |
| Default Implementations of integrationOuterNormal and unitOuterNormal for IntersectionImp. More...
|
|
|
enum | { Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >::codimension =cd
} |
| know your own codimension More...
|
|
enum | { Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >::dimension =dim
} |
| Dimension of the grid. More...
|
|
enum | { Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >::mydimension =dim-cd
} |
| Know dimension of the entity. More...
|
|
enum | { Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >::codimension =0
} |
| know your own codimension More...
|
|
enum | { Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >::dimension =dim
} |
| Dimension of the grid. More...
|
|
enum | { Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >::mydimension =dim
} |
| Know dimension of the entity. More...
|
|
Interfaces needed to implement a new Dune::Grid.
For help implementing the geometries of your grid, have a look at GenericGeometry from dune-geometry.
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
know your own codimension
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
Know dimension of the entity.
template<int dim, class GridImp , template< int, int, class > class EntityImp>
know your own codimension
template<int dim, class GridImp , template< int, int, class > class EntityImp>
template<int dim, class GridImp , template< int, int, class > class EntityImp>
Know dimension of the entity.