A list of the different Implementations of the Dune Grid Interface.
More...
|
class | Dune::ALUCubeGrid< dim, dimworld > |
| [ provides Dune::Grid ] More...
|
|
class | Dune::ALUSimplexGrid< dim, dimworld > |
| [ provides Dune::Grid ] More...
|
|
class | Dune::ALUGrid< dim, dimworld, elType, refineType, Comm > |
| [ provides Dune::Grid ] More...
|
|
class | Dune::IdentityGrid< HostGrid > |
| Provides a meta grid that is identical to its host. More...
|
|
class | Dune::OneDGrid |
| One-dimensional adaptive grid. More...
|
|
class | Dune::SGrid< dim, dimworld, _ctype > |
| [ provides Dune::Grid ] More...
|
|
class | Dune::UGGrid< dim > |
| Front-end for the grid manager of the finite element toolbox UG. More...
|
|
class | Dune::YaspGrid< dim, Coordinates > |
| [ provides Dune::Grid ] More...
|
|
class | Dune::AlbertaGrid< dim, dimworld > |
| [ provides Dune::Grid ] More...
|
|
A list of the different Implementations of the Dune Grid Interface.
Decide whether to add a green closure to locally refined grid sections or not.
Enumerator |
---|
GREEN |
Standard red/green refinement.
|
NONE |
No closure, results in nonconforming meshes.
|
The different forms of grid refinement that UG supports.
Enumerator |
---|
LOCAL |
New level consists only of the refined elements and the closure.
|
COPY |
New level consists of the refined elements and the unrefined ones, too.
|