Grid Implementations
[dune-grid]
Detailed Description
A list of the different Implementations of the Dune Grid Interface.
Modules | |
ALUCubeGrid | |
ALUSimplexGrid | |
ALUConformGrid | |
OneDGrid | |
SGrid | |
UGGrid | |
YaspGrid | |
AlbertaGrid | |
Classes | |
class | Dune::ALUCubeGrid< dim, dimworld > |
[ provides Dune::Grid ] 3D grid with support for hexahedrons. More... | |
class | Dune::ALUSimplexGrid< dim, dimworld > |
[ provides Dune::Grid ] grid with support for simplicial mesh in 2d and 3d. More... | |
class | Dune::ALUConformGrid< dim, dimworld > |
[ provides Dune::Grid ] grid with support for simplicial mesh in 2d and 3d. More... | |
class | Dune::OneDGrid |
[ provides Dune::Grid ] Onedimensional adaptive grid More... | |
class | Dune::SGrid< dim, dimworld > |
[ provides Dune::Grid ] A structured mesh in d dimensions consisting of "cubes" (pilot implementation of the Dune grid interface, for debugging only). More... | |
class | Dune::UGGrid< dim > |
[ provides Dune::Grid ] Provides the meshes of the finite element toolbox UG. (http://sit.iwr.uni-heidelberg.de/~ug). More... | |
class | Dune::YaspGrid< dim, dimworld > |
[ provides Dune::Grid ] Provides a distributed structured cube mesh. More... | |
class | Dune::AlbertaGrid< dim, dimworld > |
[ provides Dune::Grid ] Provides the simplicial meshes of the finite element tool box ALBERTA (http://www.alberta-fem.de/) written by Kunibert Siebert and Alfred Schmidt. More... |