version 3.8
Dumux::Experimental Namespace Reference

Namespaces

namespace  Detail
 
namespace  MultiStage
 Multi-stage time stepping scheme implementations.
 

Classes

class  CCLocalAssembler
 An assembler for Jacobian and residual contribution per element (cell-centered methods) More...
 
class  CCLocalAssembler< TypeTag, Assembler, DiffMethod::numeric, Implementation >
 Cell-centered scheme local assembler using numeric differentiation. More...
 
class  CCLocalAssemblerBase
 A base class for all local cell-centered assemblers. More...
 
class  CVFELocalAssembler
 An assembler for Jacobian and residual contribution per element (CVFE methods) More...
 
class  CVFELocalAssembler< TypeTag, Assembler, DiffMethod::numeric, Implementation >
 Control volume finite element local assembler using numeric differentiation. More...
 
class  CVFELocalAssemblerBase
 A base class for all local CVFE assemblers. More...
 
class  FVGridVariables
 The grid variable class for finite volume schemes, storing variables on scv and scvf (volume and flux variables). More...
 
class  FVGridVariablesLocalView
 Finite volume-specific local view on grid variables. More...
 
class  FVLocalAssemblerBase
 A base class for all local assemblers. More...
 
class  GridVariables
 Base class for grid variables. More...
 
class  MultiStageFVAssembler
 A linear system assembler (residual and Jacobian) for finite volume schemes (box, tpfa, mpfa, ...) More...
 
class  MultiStageFVLocalOperator
 
class  MultiStageMethod
 Abstract interface for one-step multi-stage method parameters in Shu/Osher form. More...
 
class  MultiStageMultiDomainFVAssembler
 A linear system assembler (residual and Jacobian) for finite volume schemes (box, tpfa, mpfa, ...) with multiple domains. More...
 
class  MultiStageParams
 Data object for the parameters of a given stage. More...
 
class  MultiStageTimeStepper
 Time stepping with a multi-stage method. More...
 
class  SubDomainCCLocalAssembler
 The cell-centered scheme multidomain local assembler. More...
 
class  SubDomainCCLocalAssembler< id, TypeTag, Assembler, DiffMethod::numeric >
 Cell-centered scheme multidomain local assembler using numeric differentiation. More...
 
class  SubDomainCCLocalAssemblerBase
 A base class for all multidomain local assemblers. More...
 
class  SubDomainCVFELocalAssembler
 The CVFE scheme multidomain local assembler. More...
 
class  SubDomainCVFELocalAssembler< id, TypeTag, Assembler, DiffMethod::numeric >
 CVFE scheme multi domain local assembler using numeric differentiation. More...
 
class  SubDomainCVFELocalAssemblerBase
 A base class for all CVFE subdomain local assemblers. More...
 
class  TimeLevel
 Class that represents a time level during time integration. More...
 
class  Variables
 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. More...