dune-grid
2.4.1
|
![]() |
Classes | |
class | Dune::OneDGrid |
One-dimensional adaptive grid. More... | |
struct | Dune::Capabilities::hasSingleGeometryType< OneDGrid > |
OneDGrid has only one geometry type for codim 0 entities. More... | |
struct | Dune::Capabilities::hasEntity< OneDGrid, cdim > |
OneDGrid has entities for all codimension. More... | |
struct | Dune::Capabilities::isParallel< OneDGrid > |
OneDGrid is not parallel. More... | |
struct | Dune::Capabilities::isLevelwiseConforming< OneDGrid > |
OneDGrid is levelwise conforming. More... | |
struct | Dune::Capabilities::isLeafwiseConforming< OneDGrid > |
OneDGrid is leafwise conforming. More... | |
struct | Dune::Capabilities::hasBackupRestoreFacilities< Grid > |
Specialize with 'true' if implementation provides backup and restore facilities. (default=false) More... | |
struct | IsUnstructured |
Enumerations | |
enum | Dune::OneDGrid::RefinementType { Dune::OneDGrid::LOCAL, Dune::OneDGrid::COPY } |
The different forms of grid refinement supported by OneDGrid. More... | |
The different forms of grid refinement supported by OneDGrid.
Enumerator | |
---|---|
LOCAL |
New level consists only of the refined elements. |
COPY |
New level consists of the refined elements and the unrefined ones, too. |