|
class | Dune::YaspGrid< dim, Coordinates > |
| [ provides Dune::Grid ] More...
|
|
class | Dune::YaspGeometry< mydim, cdim, GridImp > |
| The general version that handles all codimensions but 0 and dim. More...
|
|
class | Dune::YaspEntity< codim, dim, GridImp > |
|
class | Dune::YaspEntityPointer< codim, GridImp > |
| A pointer to a YaspGrid::Entity. More...
|
|
class | Dune::YaspEntitySeed< codim, GridImp > |
| Describes the minimal information necessary to create a fully functional YaspEntity. More...
|
|
class | Dune::YaspLevelIterator< codim, pitype, GridImp > |
| Iterates over entities of one grid level. More...
|
|
class | Dune::YaspIntersectionIterator< GridImp > |
| YaspIntersectionIterator enables iteration over intersections with neighboring codim 0 entities. More...
|
|
class | Dune::YaspIntersection< GridImp > |
| YaspIntersection provides data about intersection with neighboring codim 0 entities. More...
|
|
class | Dune::YaspHierarchicIterator< GridImp > |
| YaspHierarchicIterator enables iteration over son entities of codim 0. More...
|
|
class | Dune::YaspIndexSet< GridImp, isLeafIndexSet > |
| Implementation of Level- and LeafIndexSets for YaspGrid. More...
|
|
class | Dune::YaspGlobalIdSet< GridImp > |
| persistent, globally unique Ids More...
|
|
class | Dune::YaspPersistentContainerIndex< Grid > |
|
struct | Dune::YaspGridFamily< dim, Coordinates > |
|
class | Dune::YaspGrid< dim, Coordinates > |
| [ provides Dune::Grid ] More...
|
|
struct | Dune::Capabilities::hasBackupRestoreFacilities< YaspGrid< dim, Coordinates > > |
|
struct | Dune::Capabilities::hasSingleGeometryType< YaspGrid< dim, Coordinates > > |
| YaspGrid has only one geometry type for codim 0 entities. More...
|
|
struct | Dune::Capabilities::isCartesian< YaspGrid< dim, Coordinates > > |
| YaspGrid is a Cartesian grid. More...
|
|
struct | Dune::Capabilities::hasEntity< YaspGrid< dim, Coordinates >, codim > |
| YaspGrid has entities for all codimensions. More...
|
|
struct | Dune::Capabilities::canCommunicate< YaspGrid< dim, Coordinates >, codim > |
| YaspGrid can communicate on all codimensions. More...
|
|
struct | Dune::Capabilities::isLevelwiseConforming< YaspGrid< dim, Coordinates > > |
| YaspGrid is levelwise conforming. More...
|
|
struct | Dune::Capabilities::isLeafwiseConforming< YaspGrid< dim, Coordinates > > |
| YaspGrid is leafwise conforming. More...
|
|
YaspGrid stands for yet another structured parallel grid. It will implement the dune grid interface for structured grids with arbitrary overlap, parallel features with two overlap models, periodic boundaries and a fast implementation allowing on-the-fly computations.