An assembler for Jacobian and residual contribution per element (CVFE methods) More...
#include <dune/common/exceptions.hh>
#include <dune/common/hybridutilities.hh>
#include <dune/common/reservedvector.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/istl/matrixindexset.hh>
#include <dune/istl/bvector.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/numericdifferentiation.hh>
#include <dumux/assembly/numericepsilon.hh>
#include <dumux/assembly/diffmethod.hh>
#include <dumux/assembly/fvlocalassemblerbase.hh>
#include <dumux/assembly/partialreassembler.hh>
#include <dumux/assembly/entitycolor.hh>
#include <dumux/discretization/cvfe/elementsolution.hh>
#include "volvardeflectionhelper_.hh"
Go to the source code of this file.
Classes | |
class | Dumux::CVFELocalAssemblerBase< TypeTag, Assembler, Implementation, implicit > |
A base class for all local CVFE assemblers. More... | |
class | Dumux::CVFELocalAssembler< TypeTag, Assembler, DiffMethod::numeric, true, Implementation > |
Control volume finite element local assembler using numeric differentiation and implicit time discretization. More... | |
class | Dumux::CVFELocalAssembler< TypeTag, Assembler, DiffMethod::numeric, false, Implementation > |
Control volume finite element local assembler using numeric differentiation and explicit time discretization. More... | |
class | Dumux::CVFELocalAssembler< TypeTag, Assembler, DiffMethod::analytic, true, Implementation > |
Control volume finite element local assembler using analytic differentiation and implicit time discretization. More... | |
class | Dumux::CVFELocalAssembler< TypeTag, Assembler, DiffMethod::analytic, false, Implementation > |
Control volume finite element local assembler using analytic differentiation and explicit time discretization. More... | |
Namespaces | |
namespace | Dumux |