|
struct | Dune::Capabilities::hasEntity< UGGrid< dim >, 0 > |
| UGGrid has codim=0 entities (elements) More...
|
|
struct | Dune::Capabilities::hasEntity< UGGrid< dim >, dim > |
| UGGrid has codim=dim entities (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::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...
|
|