dune-grid  2.2.1
Classes

Classes

struct  Dune::Capabilities::hasSingleGeometryType< YaspGrid< dim > >
 YaspGrid has only one geometry type for codim 0 entities. More...
 
struct  Dune::Capabilities::isCartesian< YaspGrid< dim > >
 YaspGrid is a Cartesian grid. More...
 
struct  Dune::Capabilities::hasEntity< YaspGrid< dim >, 0 >
 YaspGrid has codim=0 entities (elements) More...
 
struct  Dune::Capabilities::hasEntity< YaspGrid< dim >, dim >
 YaspGrid has codim=dim entities (vertices) More...
 
struct  Dune::Capabilities::isParallel< YaspGrid< dim > >
 YaspGrid is parallel. More...
 
struct  Dune::Capabilities::isLevelwiseConforming< YaspGrid< dim > >
 YaspGrid is levelwise conforming. More...
 
struct  Dune::Capabilities::isLeafwiseConforming< YaspGrid< dim > >
 YaspGrid is leafwise conforming. More...
 
struct  Dune::Capabilities::hasEntity< Grid, codim >
 Specialize with 'true' for all codims that a grid implements entities for. (default=false) More...
 
struct  Dune::Capabilities::hasBackupRestoreFacilities< Grid >
 Specialize with 'true' if implementation provides backup and restore facilities. (default=false) More...
 

Detailed Description