The common code for the linearizers of non-linear systems of equations. More...
#include "fvbaseproperties.hh"
#include <ewoms/parallel/gridcommhandles.hh>
#include <ewoms/parallel/threadmanager.hh>
#include <ewoms/parallel/threadedentityiterator.hh>
#include <ewoms/aux/baseauxiliarymodule.hh>
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
#include <dune/common/version.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <type_traits>
#include <iostream>
#include <vector>
#include <set>
Go to the source code of this file.
Classes | |
class | Ewoms::EcfvDiscretization< TypeTag > |
The base class for the element-centered finite-volume discretization scheme. More... | |
class | Ewoms::FvBaseLinearizer< TypeTag > |
The common code for the linearizers of non-linear systems of equations. More... | |
The common code for the linearizers of non-linear systems of equations.
This class assumes that these system of equations to be linearized are stemming from models that use an finite volume scheme for spatial discretization and an Euler scheme for time discretization.