3.4
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
common Directory Reference

Directories

 
properties
 
typetraits

Files

 
balanceequationopts.hh
 Traits class to set options used by the local residual when when evaluating the balance equations.
 
boundaryconditions.hh
 Definition of boundary condition types, extend if necessary.
 
boundaryflag.hh
 Boundary flag to store e.g. in sub control volume faces.
 
boundarytypes.hh
 Class to specify the type of a boundary.
 
cubicspline.hh
 A simple implementation of a cubic spline.
 
cubicsplinehermitebasis.hh
 The cubic hermite spline basis.
 
defaultmappertraits.hh
 Defines the default element and vertex mapper types.
 
defaultusagemessage.hh
 Function printing a default usage message.
 
deprecated.hh
 Helpers for deprecation.
 
dimensionlessnumbers.hh
 Collection of functions, calculating dimensionless numbers.
 
doubleexpintegrationconstants.hh
 Exponential integration abcissas.
 
doubleexpintegrator.hh
 A double exponential integrator.
 
dumuxmessage.hh
 Provides the class creating the famous DuMux start and end messages.
 
entitymap.hh
 A map from indices to entities using grid entity seeds.
 
enumerate.hh
 A Python-like enumerate function.
 
exceptions.hh
 Some exceptions thrown in DuMux.
 
fixedlengthspline_.hh
 Implements a spline with a fixed number of sampling points.
 
fvproblem.hh
 Base class for all finite volume problems.
 
gridcapabilities.hh
 dune-grid capabilities compatibility layer
 
indextraits.hh
 Defines the index types used for grid and local indices.
 
integrate.hh
 Define helper functions for integration.
 
intersectionmapper.hh
 defines intersection mappers.
 
loggingparametertree.hh
 A parameter tree that logs which parameters have been used.
 
math.hh
 Define some often used mathematical functions.
 
monotonecubicspline.hh
 A monotone cubic spline.
 
numeqvector.hh
 A helper to deduce a vector with the same size as numbers of equations.
 
numericdifferentiation.hh
 A class for numeric differentiation.
 
optionalscalar.hh
 A wrapper that can either contain a valid Scalar or NaN.
 
parameters.hh
 The infrastructure to retrieve run-time parameters from Dune::ParameterTrees.
 
partial.hh
 Get only parts of a container or tuple.
 
pdesolver.hh
 Defines a high-level interface for a PDESolver.
 
pointsource.hh
 A point source class, i.e. sources located at a single point in space.
 
properties.hh
 Declares all properties used in Dumux.
 
random.hh
 Some tools for random number generation.
 
reorderingdofmapper.hh
 An SCSG element mapper that sorts the indices in order to optimize the matrix sparsity pattern.
 
reservedblockvector.hh
 A arithmetic block vector type based on DUNE's reserved vector.
 
spline.hh
 Provides 3rd order polynomial splines.
 
splinecommon_.hh
 The common code for all 3rd order polynomial splines.
 
staggeredfvproblem.hh
 Base class for all staggered fv problems.
 
start.hh
 Provides a few default main functions for convenience.
 
stringutilities.hh
 Helpers for working with strings.
 
tabulated2dfunction.hh
 Implements tabulation for a two-dimensional function.
 
tag.hh
 Helper class to create (named and comparable) tagged types.
 
timeloop.hh
 Manages the handling of time dependent problems.
 
timemanager.hh
 Manages the handling of time dependent problems.
 
variablelengthspline_.hh
 Implements a spline with a variable number of sampling points.
 
variables.hh
 Class that represents the variables of a model. We assume that models are formulated on the basis of primary and possibly secondary variables, where the latter may non-linearly depend on the former. Variables in Dumux represent the state of a numerical solution of a model, consisting of all primary/secondary variables and, if a transient problem is modeled, time information.
 
variablesbackend.hh
 Backends for operations on different solution vector types or more generic variable classes to be used in places where several different types/layouts should be supported.