Dune Core Modules (2.5.0)
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::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... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
namespace | Dune::Capabilities |
Contains all capabilities classes. | |
Detailed Description
A set of traits classes to store static information about grid implementation.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)