version 3.11-dev
Loading...
Searching...
No Matches
discretization Directory Reference

Directories

 
box
 
cellcentered
 
cvfe
 
facecentered
 
fem
 
porenetwork
 
pq1bubble
 
pq2
 
pq3
 
projection

Files

 
basegridgeometry.hh
 Base class for grid geometries.
 
basicgridgeometry.hh
 A basic implementation of a grid geometry with some common interfaces.
 
boundaryface.hh
 Implementation of a boundary face related to primary grid elements (dune intersections).
 
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.
 
concepts.hh
 Concepts for discretization types.
 
defaultlocaloperator.hh
 The default local operator than can be specialized for each discretization scheme.
 
dirichletconstraints.hh
 Constraints related to Dirichlet boundaries.
 
elementboundarytypes.hh
 Boundary types gathered on an element.
 
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.
 
gridvariables.hh
 The grid variables class for general schemes, storing variables and data.
 
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.
 
pq2.hh
 Defines a type tag and some properties for models using the pq2 scheme.
 
pq3.hh
 Defines a type tag and some properties for models using the pq3 scheme.
 
scvandscvfiterators.hh
 Class providing iterators over sub control volumes and sub control volume faces of an element.
 
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.