dune-grid 2.9.0
Classes | Namespaces
common/capabilities.hh File Reference

A set of traits classes to store static information about grid implementation. More...

Go to the source code of this file.

Classes

struct  Dune::Capabilities::hasSingleGeometryType< Grid >
 Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry type. In this case the topologyId of this geometry type has also to be specified. (default=false, topologyId=undefined) More...
 
struct  Dune::Capabilities::isCartesian< Grid >
 Specialize with 'true' if the grid is a Cartesian grid. Cartesian grids satisfy the following properties: 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::hasEntityIterator< Grid, codim >
 specialize with 'true' for all codims that a grid provides an iterator for (default=hasEntity<codim>::v) More...
 
struct  Dune::Capabilities::hasGeometry< Grid, codim >
 Specialize with 'false' for all codims that a grid does not implement geometries for. (default=true) More...
 
struct  Dune::Capabilities::canCommunicate< Grid, codim >
 specialize with 'true' for all codims that a grid can communicate data on (default=false) More...
 
struct  Dune::Capabilities::isLevelwiseConforming< Grid >
 Specialize with 'true' if implementation guarantees conforming level grids. (default=false) More...
 
struct  Dune::Capabilities::isLeafwiseConforming< Grid >
 Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false) More...
 
struct  Dune::Capabilities::hasBackupRestoreFacilities< Grid >
 Specialize with 'true' if implementation provides backup and restore facilities. (default=false) More...
 
struct  Dune::Capabilities::threadSafe< Grid >
 Specialize with 'true' if the grid implementation is thread safe. (default=false) More...
 
struct  Dune::Capabilities::viewThreadSafe< Grid >
 Specialize with 'true' if the grid implementation is thread safe, while it is not modified. (default=false) More...
 
struct  Dune::Capabilities::hasSingleGeometryType< const Grid >
 
struct  Dune::Capabilities::isCartesian< const Grid >
 
struct  Dune::Capabilities::hasEntity< const Grid, codim >
 
struct  Dune::Capabilities::hasEntityIterator< const Grid, codim >
 
struct  Dune::Capabilities::canCommunicate< const Grid, codim >
 
struct  Dune::Capabilities::isLevelwiseConforming< const Grid >
 
struct  Dune::Capabilities::isLeafwiseConforming< const Grid >
 
struct  Dune::Capabilities::hasBackupRestoreFacilities< const Grid >
 
struct  Dune::Capabilities::threadSafe< const Grid >
 
struct  Dune::Capabilities::viewThreadSafe< const Grid >
 

Namespaces

namespace  Dune
 Include standard header files.
 
namespace  Dune::Capabilities
 Contains all capabilities classes.
 

Detailed Description

A set of traits classes to store static information about grid implementation.