Contains all capabilities classes.
|
Classes |
struct | hasEntity< AlbertaGrid< dim, dimw >, cdim > |
| AlbertaGrid has entities for all codimension. More...
|
struct | isLevelwiseConforming< AlbertaGrid< dim, dimw > > |
| AlbertaGrid is not levelwise conforming (since it uses bisection). More...
|
struct | isLeafwiseConforming< AlbertaGrid< dim, dimw > > |
| AlbertaGrid is leafwise conforming. More...
|
struct | hasHangingNodes< AlbertaGrid< dim, dimw > > |
| AlbertaGrid does not support hanging nodes. More...
|
struct | hasBackupRestoreFacilities< AlbertaGrid< dim, dimw > > |
| AlbertaGrid has backup and restore facilities. More...
|
struct | isParallel< const ALUCubeGrid< dim, dimw > > |
| ALUCubeGrid is parallel. More...
|
struct | isLevelwiseConforming< ALUCubeGrid< dim, dimw > > |
| ALUCubeGrid has conforming level grids. More...
|
struct | hasHangingNodes< ALUCubeGrid< dim, dimw > > |
| ALUCubeGrid has supports hanging nodes. More...
|
struct | hasBackupRestoreFacilities< ALUCubeGrid< dim, dimw > > |
| ALUCubeGrid has backup and restore facilities. More...
|
struct | isParallel< const ALUSimplexGrid< dim, dimw > > |
| ALUSimplexGrid is parallel. More...
|
struct | isLevelwiseConforming< ALUSimplexGrid< dim, dimw > > |
| ALUSimplexGrid has conforming level grids. More...
|
struct | hasHangingNodes< ALUSimplexGrid< dim, dimw > > |
| ALUSimplexGrid has supports hanging nodes. More...
|
struct | hasBackupRestoreFacilities< ALUSimplexGrid< dim, dimw > > |
| ALUSimplexGrid has backup and restore facilities. More...
|
struct | isParallel< const ALUConformGrid< dim, dimw > > |
| ALUConformGrid is parallel. More...
|
struct | isLevelwiseConforming< ALUConformGrid< dim, dimw > > |
| ALUConformGrid has non-conforming level grids. More...
|
struct | hasHangingNodes< ALUConformGrid< dim, dimw > > |
| ALUConformGrid does not support hanging nodes. More...
|
struct | hasBackupRestoreFacilities< ALUConformGrid< dim, dimw > > |
| ALUConformGrid has backup and restore facilities. More...
|
struct | hasEntity |
| Specialize with 'true' for all codims that a grid implements entities for. (default=false). More...
|
struct | isParallel |
| Specialize with 'true' if implementation supports parallelism. (default=false). More...
|
struct | isLevelwiseConforming |
| Specialize with 'true' if implementation guarantees conforming level grids. (default=false). More...
|
struct | isLeafwiseConforming |
| Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false). More...
|
struct | hasHangingNodes |
| Specialize with 'true' if implementation provides grids with hanging nodes. (default=false). More...
|
struct | hasBackupRestoreFacilities |
| Specialize with 'true' if implementation provides backup and restore facilities. (default=false). More...
|
struct | IsUnstructured |
| Specialize with 'true' if implementation provides unstructured grids. (default=true). More...
|
struct | hasEntity< OneDGrid, cdim > |
| OneDGrid has entities for all codimension. More...
|
struct | isParallel< OneDGrid > |
| OneDGrid is not parallel. More...
|
struct | isLevelwiseConforming< OneDGrid > |
| OneDGrid is levelwise conforming. More...
|
struct | isLeafwiseConforming< OneDGrid > |
| OneDGrid is leafwise conforming. More...
|
struct | hasHangingNodes< OneDGrid > |
| OneDGrid does not support hanging nodes. More...
|
struct | hasEntity< SGrid< dim, dimw >, cdim > |
| SGrid has entities for all codimension. More...
|
struct | isLevelwiseConforming< SGrid< dim, dimw > > |
| SGrid is levelwise conforming. More...
|
struct | isLeafwiseConforming< SGrid< dim, dimw > > |
| SGrid is leafwise conforming. More...
|
struct | IsUnstructured< SGrid< dim, dimw > > |
| SGrid does not support unstructured grids. More...
|
struct | hasHangingNodes< SGrid< dim, dimw > > |
| SGrid does not support hanging nodes. More...
|
struct | hasEntity< UGGrid< dim >, 0 > |
| UGGrid has codim=0 entities (elements). More...
|
struct | hasEntity< UGGrid< dim >, dim > |
| UGGrid has codim=dim entities (vertices). More...
|
struct | isParallel< UGGrid< dim > > |
| UGGrid is parallel. More...
|
struct | isLevelwiseConforming< UGGrid< dim > > |
| UGGrid is levelwise conforming. More...
|
struct | isLeafwiseConforming< UGGrid< dim > > |
| UGGrid may not be leafwise conforming. More...
|
struct | hasHangingNodes< UGGrid< dim > > |
| UGGrid does support hanging nodes. More...
|
struct | hasEntity< YaspGrid< dim, dimw >, 0 > |
| YaspGrid has codim=0 entities (elements). More...
|
struct | hasEntity< YaspGrid< dim, dimw >, dim > |
| YaspGrid has codim=dim entities (vertices). More...
|
struct | isParallel< YaspGrid< dim, dimw > > |
| YaspGrid is parallel. More...
|
struct | isLevelwiseConforming< YaspGrid< dim, dimw > > |
| YaspGrid is levelwise conforming. More...
|
struct | isLeafwiseConforming< YaspGrid< dim, dimw > > |
| YaspGrid is leafwise conforming. More...
|
struct | IsUnstructured< YaspGrid< dim, dimw > > |
| YaspGrid does not support unstructured grids. More...
|
struct | hasHangingNodes< YaspGrid< dim, dimw > > |
| YaspGrid does not support hanging nodes. More...
|
struct | hasEntity< Dune::ALUCubeGrid< dim, dimw >, cdim > |
| ALUCubeGrid has entities for all codimension. More...
|
struct | hasEntity< Dune::ALUSimplexGrid< dim, dimw >, cdim > |
| ALUSimplexGrid has entities for all codimension. More...
|
struct | hasEntity< Dune::ALUConformGrid< dim, dimw >, cdim > |
| ALUConformGrid has entities for all codimension. More...
|