|
| | basegridgeometry.hh |
| | Base class for grid geometries.
|
| |
| | basicgridgeometry.hh |
| | A basic implementation of a grid geometry with some common interfaces.
|
| |
| | box.hh |
| | Defines a type tag and some properties for models using the box scheme.
|
| |
| | ccmpfa.hh |
| | Properties for all models using cell-centered finite volume scheme with mpfa.
|
| |
| | cctpfa.hh |
| | Properties for all models using cell-centered finite volume scheme with TPFA.
|
| |
| | checkoverlapsize.hh |
| | Check the overlap size for different discretization methods.
|
| |
| | defaultlocaloperator.hh |
| | The default local operator than can be specialized for each discretization scheme.
|
| |
| | elementsolution.hh |
| | Element solution classes and factory functions.
|
| |
| | evalgradients.hh |
| | free functions for the evaluation of primary variable gradients inside elements.
|
| |
| | evalsolution.hh |
| | free functions for the evaluation of primary variables inside elements.
|
| |
| | extrusion.hh |
| | Helper classes to compute the integration elements.
|
| |
| | facetgridmapper.hh |
| | Maps between entities of a discretization and grids defined on its facets.
|
| |
| | fcdiamond.hh |
| | Defines a type tag and some properties for models using the diamond scheme. This scheme features degrees of freedom at the elements' centers and intersections (faces).
|
| |
| | fcstaggered.hh |
| | Defines a type tag and some properties for models using the staggered scheme. This scheme features degrees of freedom at the elements' centers and intersections (faces). TODO: detailed documentation and figures.
|
| |
| | fluxstencil.hh |
| | The flux stencil specialized for different discretization schemes.
|
| |
| | functionspacebasis.hh |
| | Provides helper aliases and functionality to obtain the types and instances of Dune::Functions function space bases that underlie different discretization schemes.
|
| |
| | fvgridvariables.hh |
| | The grid variable class for finite volume schemes, storing variables on scv and scvf (volume and flux variables)
|
| |
| | fvproperties.hh |
| | Declares properties required for finite-volume models models.
|
| |
| | localdoftraits.hh |
| | Element-specific traits of grid geometries / discretization schemes.
|
| |
| | localview.hh |
| | Free function to get the local view of a grid cache object.
|
| |
| | method.hh |
| | The available discretization methods in Dumux.
|
| |
| | nonconformingfecache.hh |
| | A finite element cache for the non-conforming FE spaces RT and CR.
|
| |
| | pq1bubble.hh |
| | Defines a type tag and some properties for models using the pq1bubble scheme.
|
| |
| | scvandscvfiterators.hh |
| | Class providing iterators over sub control volumes and sub control volume faces of an element.
|
| |
| | staggered.hh |
| | Defines a type tag and some properties for models using the staggered scheme. This scheme features degrees of freedom at the elements' centers and intersections (faces). TODO: detailed documentation and figures.
|
| |
| | subcontrolvolumebase.hh |
| | Base class for a sub control volume.
|
| |
| | subcontrolvolumefacebase.hh |
| | Base class for a sub control volume face.
|
| |
| | walldistance.hh |
| | Class to calculate the wall distance at every element or vertex of a grid.
|
| |