dune-grid-dev-howto
2.2.1
|
The IdentityGridEntity class. More...
Go to the source code of this file.
Classes | |
class | Dune::IdentityGridMakeableEntity< codim, dim, GridImp > |
class | Dune::IdentityGridEntity< codim, dim, GridImp > |
The implementation of entities in a IdentityGridA Grid is a container of grid entities. An entity is parametrized by the codimension. An entity of codimension c in dimension d is a d-c dimensional object. More... | |
class | Dune::IdentityGridEntity< 0, dim, GridImp > |
Specialization for codim-0-entities.This class embodies the topological parts of elements of the grid. It has an extended interface compared to the general entity class. For example, Entities of codimension 0 allow to visit all neighbors. More... |
Namespaces | |
namespace | Dune |
The IdentityGridEntity class.