dune-grid 2.9.0
Classes
Grid Developer API

Interfaces needed to implement a new Dune::Grid. More...

Collaboration diagram for Grid Developer API:

Classes

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...
 
class  Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >
 
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...
 

Detailed Description

Interfaces needed to implement a new Dune::Grid.

For help implementing the geometries of your grid, have a look at GenericGeometry from dune-geometry.