▼Common (foundation classes) | |
Allocators | Implementations of the STL allocator concept |
▼Debug output | |
Standard Debug Streams | |
Dense Matrix and Vector Template Library | Type traits to retrieve the field and the real type of classes |
Exception handling | |
▼Iterator facades | Iterator facades for writing stl conformant iterators |
GenericIterator | Generic Iterator class for writing stl conformant iterators for any container class with operator[] |
▼Parallel Communication | Abstractions for paralle computing |
Parallel Computing based on Indexsets | Provides classes for syncing distributed indexed data structures |
FloatCmp | |
Filesystem Paths | |
▼Iterative Solvers Template Library (ISTL) | Iterative Solvers supporting block recursive matrix and vector classes at compile time |
▼Sparse Matrix and Vector classes | Matrix and Vector classes that support a block recursive structure capable of representing the natural structure from Finite Element discretisations |
Block Recursive Iterative Kernels | |
IO for matrices and vectors. | Provides methods for reading and writing matrices and vectors in various formats |
▼Iterative Solvers | |
Parallel Solvers | |
Operator concept | |
▼Preconditioners | |
Parallel Algebraic Multigrid | A Parallel Algebraic Multigrid based on Agglomeration |
Fast (sequential) Algebraic Multigrid | An Algebraic Multigrid based on Agglomeration that saves memory bandwidth |
Scalar products | Scalar products for the use in iterative solvers |
▼dune-geometry | |
Geometry Type | |
Reference Elements | |
Generic Geometry | |
Quadrature | |
▼dune-grid | |
▼The Grid Interface | Interfaces needed when working with a Dune::Grid |
Related types and enumerations | |
Grid Abstract Base Class | |
GridView | |
Entity | |
Geometry | |
EntityPointer and Iterators | |
Intersection and IntersectionIterator | |
Iterating over grid entities and intersections | Iterator ranges for entities and intersections to support iteration with range-based for loops |
IndexSet and IdSet | |
CollectiveCommunication | |
Miscellaneous | |
Capabilities | |
Mappers | |
▼Grid Implementations | A list of the different Implementations of the Dune Grid Interface |
ALUGrid | |
GeometryGrid | |
IdentityGrid | |
OneDGrid | |
SGrid | |
UGGrid | |
YaspGrid | |
AlbertaGrid | |
▼I/O | |
GridFactory | An interface for the creation of macro grids, for use by grid file readers etc |
▼The Dune Grid Format (DGF) | Classes for reading a macrogrid file in the dune macrogrid format (dgf) |
DGF grid parameter for different grids | |
AmiraMesh | |
Visualization ToolKit (VTK) | |
Gnuplot | |
Gmsh grid format | |
Grape | |
StarCD | |
Grid Developer API | Interfaces needed to implement a new Dune::Grid |
▼Refinement | |
Refinement implementation for hypercubes | |
Refinement implementation for triangulating hypercubes | |
Refinement implementation for simplices | |
Virtual Refinement | |
ISTL_Comm | |
Parallel Grid Partitions | |