This file documents the DUNE grid interface. We use the special implementation for simple structured grid to illustrate the different classes and their members.
|
Namespaces |
namespace | Dune |
namespace | Dune::Capabilities |
Classes |
class | Dune::SGeometry< mydim, cdim, GridImp > |
class | Dune::SGeometry< 0, cdim, GridImp > |
| specialization for dim=0, this is a vertex More...
|
class | Dune::SEntityBase< codim, dim, GridImp > |
class | Dune::SEntity< codim, dim, GridImp > |
class | Dune::SEntity< 0, dim, GridImp > |
class | Dune::SEntity< dim, dim, GridImp > |
struct | Dune::SHierarchicStackElem |
class | Dune::SIntersectionIterator< GridImp > |
class | Dune::SEntityPointer< codim, GridImp > |
class | Dune::SLevelIterator< codim, pitype, GridImp > |
struct | Dune::SGridLevelIndexSetTypes< GridImp > |
| implementation of index set More...
|
struct | Dune::SGridLevelIndexSetTypes< GridImp >::Codim< cd > |
| The types. More...
|
struct | Dune::SGridLeafIndexSetTypes< GridImp >::Codim< cd > |
| The types. More...
|
class | Dune::SGridGlobalIdSet< GridImp > |
| persistent, globally unique Ids More...
|
class | Dune::SGrid< dim, dimworld > |
| [ provides Dune::Grid ] A structured mesh in d dimensions consisting of "cubes" (pilot implementation of the Dune grid interface, for debugging only). More...
|
struct | Dune::Capabilities::hasEntity< SGrid< dim, dimw >, cdim > |
| SGrid has entities for all codimension. More...
|
struct | Dune::Capabilities::isLevelwiseConforming< SGrid< dim, dimw > > |
| SGrid is levelwise conforming. More...
|
struct | Dune::Capabilities::isLeafwiseConforming< SGrid< dim, dimw > > |
| SGrid is leafwise conforming. More...
|
struct | Dune::Capabilities::IsUnstructured< SGrid< dim, dimw > > |
| SGrid does not support unstructured grids. More...
|
struct | Dune::Capabilities::hasHangingNodes< SGrid< dim, dimw > > |
| SGrid does not support hanging nodes. More...
|
Typedefs |
typedef double | Dune::sgrid_ctype |