dune-grid  2.4
Modules | Classes | Enumerations
Grid Implementations

A list of the different Implementations of the Dune Grid Interface. More...

Collaboration diagram for Grid Implementations:

Modules

 ALUGrid
 
 GeometryGrid
 
 IdentityGrid
 
 OneDGrid
 
 SGrid
 
 UGGrid
 
 YaspGrid
 
 AlbertaGrid
 

Classes

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...
 

Enumerations

enum  Dune::UGGrid< dim >::RefinementType { Dune::UGGrid< dim >::LOCAL, Dune::UGGrid< dim >::COPY }
 The different forms of grid refinement that UG supports. More...
 
enum  Dune::UGGrid< dim >::ClosureType { Dune::UGGrid< dim >::GREEN, Dune::UGGrid< dim >::NONE }
 Decide whether to add a green closure to locally refined grid sections or not. More...
 

Detailed Description

A list of the different Implementations of the Dune Grid Interface.

Enumeration Type Documentation

template<int dim>
enum Dune::UGGrid::ClosureType

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.

template<int dim>
enum Dune::UGGrid::RefinementType

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.