Classes | |
struct | Dune::Capabilities::hasEntity< Grid, codim > |
Specialize with 'true' for all codims that a grid implements entities for. (default=false). More... | |
struct | Dune::Capabilities::isParallel< Grid > |
Specialize with 'true' if implementation supports parallelism. (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::hasHangingNodes< Grid > |
Specialize with 'true' if implementation provides grids with hanging nodes. (default=false). More... | |
struct | Dune::Capabilities::hasBackupRestoreFacilities< Grid > |
Specialize with 'true' if implementation provides backup and restore facilities. (default=false). More... | |
struct | Dune::Capabilities::IsUnstructured< Grid > |
Specialize with 'true' if implementation provides unstructured grids. (default=true). 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... |