|
| class | Dumux::Experimental::CCLocalAssemblerBase< TypeTag, Assembler, Implementation > |
| | A base class for all local cell-centered assemblers. More...
|
| |
| class | Dumux::Experimental::CCLocalAssembler< TypeTag, Assembler, diffMethod, Implementation > |
| | An assembler for Jacobian and residual contribution per element (cell-centered methods) More...
|
| |
| class | Dumux::Experimental::CCLocalAssembler< TypeTag, Assembler, DiffMethod::numeric, Implementation > |
| | Cell-centered scheme local assembler using numeric differentiation. More...
|
| |
| class | Dumux::Experimental::CVFELocalAssemblerBase< TypeTag, Assembler, Implementation > |
| | A base class for all local CVFE assemblers. More...
|
| |
| class | Dumux::Experimental::CVFELocalAssembler< TypeTag, Assembler, diffMethod, Implementation > |
| | An assembler for Jacobian and residual contribution per element (CVFE methods) More...
|
| |
| class | Dumux::Experimental::CVFELocalAssembler< TypeTag, Assembler, DiffMethod::numeric, Implementation > |
| | Control volume finite element local assembler using numeric differentiation. More...
|
| |
| class | Dumux::Experimental::FVLocalAssemblerBase< TypeTag, Assembler, Implementation > |
| | A base class for all local assemblers. More...
|
| |
| class | Dumux::Experimental::MultiStageFVAssembler< TypeTag, diffMethod > |
| | A linear system assembler (residual and Jacobian) for finite volume schemes (box, tpfa, mpfa, ...) More...
|
| |
| struct | Dumux::CouplingManagerSupportsMultithreadedAssembly< CM > |
| | Type trait that is specialized for coupling manager supporting multithreaded assembly. More...
|
| |
| class | Dumux::Experimental::MultiStageMultiDomainFVAssembler< MDTraits, CMType, diffMethod > |
| | A linear system assembler (residual and Jacobian) for finite volume schemes (box, tpfa, mpfa, ...) with multiple domains. More...
|
| |
| class | Dumux::Experimental::SubDomainCCLocalAssemblerBase< id, TypeTag, Assembler, Implementation, dm > |
| | A base class for all multidomain local assemblers. More...
|
| |
| class | Dumux::Experimental::SubDomainCCLocalAssembler< id, TypeTag, Assembler, DM > |
| | The cell-centered scheme multidomain local assembler. More...
|
| |
| class | Dumux::Experimental::SubDomainCCLocalAssembler< id, TypeTag, Assembler, DiffMethod::numeric > |
| | Cell-centered scheme multidomain local assembler using numeric differentiation. More...
|
| |
| class | Dumux::Experimental::SubDomainCVFELocalAssemblerBase< id, TypeTag, Assembler, Implementation, dm > |
| | A base class for all CVFE subdomain local assemblers. More...
|
| |
| class | Dumux::Experimental::SubDomainCVFELocalAssembler< id, TypeTag, Assembler, DM > |
| | The CVFE scheme multidomain local assembler. More...
|
| |
| class | Dumux::Experimental::SubDomainCVFELocalAssembler< id, TypeTag, Assembler, DiffMethod::numeric > |
| | CVFE scheme multi domain local assembler using numeric differentiation. More...
|
| |
| class | Dumux::Experimental::Variables< X > |
| | 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...
|
| |
| class | Dumux::Experimental::FVGridVariablesLocalView< GV > |
| | Finite volume-specific local view on grid variables. More...
|
| |
| class | Dumux::Experimental::FVGridVariables< GVV, GFVC, X > |
| | The grid variable class for finite volume schemes, storing variables on scv and scvf (volume and flux variables). More...
|
| |
| class | Dumux::Experimental::GridVariables< GG, X > |
| | Base class for grid variables. More...
|
| |