A linear system assembler (residual and Jacobian) for staggered finite volume schemes. More...
#include <tuple>
#include <memory>
#include <dune/common/indices.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/timeloop.hh>
#include <dumux/discretization/method.hh>
#include <dumux/multidomain/fvassembler.hh>
#include <dumux/multidomain/staggeredtraits.hh>
#include <dumux/multidomain/staggeredcouplingmanager.hh>
#include "diffmethod.hh"
Go to the source code of this file.
Classes | |
class | Dumux::StaggeredFVAssembler< TypeTag, diffMethod, isImplicit > |
A linear system assembler (residual and Jacobian) for staggered finite volume schemes. This is basically just a wrapper for the MultiDomainFVAssembler which simplifies the set-up of uncoupled problems using the staggered scheme. More... | |
Namespaces | |
namespace | Dumux |