Local stiffness matrix for the diffusion equation discretized by mimetic FD. More...
#include <map>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <vector>
#include <sstream>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/grid.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh>
#include <dumux/common/boundaryconditions.hh>
#include "localstiffness.hh"
#include <dune/common/dynvector.hh>
Go to the source code of this file.
Local stiffness matrix for the diffusion equation discretized by mimetic FD.
Classes | |
class | Dumux::MimeticTwoPLocalStiffness< TypeTag > |
compute local stiffness matrix for conforming finite elements for the full 2-phase pressure equation More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |