Dune Core Modules (2.5.2)

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...
 

Detailed Description

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Mar 27, 23:31, 2024)