#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/float_cmp.hh>
#include <dumux/common/math.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/extrusion.hh>
#include <dumux/discretization/cellcentered/mpfa/methods.hh>
#include <dumux/discretization/cellcentered/mpfa/localassemblerbase.hh>
#include <dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh>
#include <dumux/discretization/cellcentered/mpfa/computetransmissibility.hh>
Go to the source code of this file.
Specialization of the interaction volume-local assembler class for the schemes using an mpfa-o type assembly in the context of facet coupling.
P | The problem type |
EG | The element finite volume geometry |
EV | The element volume variables type |
Classes | |
class | Dumux::MpfaOFacetCouplingInteractionVolumeAssembler< P, EG, EV > |
Specialization of the interaction volume-local assembler class for the schemes using an mpfa-o type assembly in the context of facet coupling. More... | |
Namespaces | |
namespace | Dumux |