|
struct | Dune::Capabilities::hasEntity< UGGrid< dim >, codim > |
| UGGrid has entities of all codimensions. More...
|
|
struct | Dune::Capabilities::hasEntityIterator< UGGrid< dim >, codim > |
| Set default for hasEntityIterator to false UGGrid can currently only iterate over elements and vertices. More...
|
|
struct | Dune::Capabilities::hasEntityIterator< UGGrid< dim >, 0 > |
| UGGrid can iterate over codim=0 entities (elements) More...
|
|
struct | Dune::Capabilities::hasEntityIterator< UGGrid< dim >, dim > |
| UGGrid can iterate over codim=dim entities (vertices) More...
|
|
struct | Dune::Capabilities::canCommunicate< UGGrid< dim >, codim > |
| UGGrid can communicate on entities of all (existing) codimensions. More...
|
|
struct | Dune::Capabilities::isLevelwiseConforming< UGGrid< dim > > |
| UGGrid is levelwise conforming. More...
|
|
struct | Dune::Capabilities::isLeafwiseConforming< UGGrid< dim > > |
| UGGrid may not be 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...
|
|