Defines the general interface of classes used for the assembly of the local systems of equations involved in the transmissibility computation in mpfa schemes. More...
#include <algorithm>
#include <vector>
#include <type_traits>
#include <dune/common/exceptions.hh>
#include <dune/common/reservedvector.hh>
#include <dumux/common/typetraits/isvalid.hh>
#include "localassemblerhelper.hh"
Go to the source code of this file.
Defines the general interface of classes used for the assembly of the local systems of equations involved in the transmissibility computation in mpfa schemes.
Classes | |
class | Dumux::InteractionVolumeAssemblerBase< P, EG, EV > |
Defines the general interface of the local assembler classes for the assembly of the interaction volume-local transmissibility matrix. Specializations have to be provided for the available interaction volume implementations. these should derive from this base class. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |