fvbaselinearizer.hh File Reference

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 <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <type_traits>
#include <iostream>
#include <vector>
#include <set>
Include dependency graph for fvbaselinearizer.hh:
This graph shows which files directly or indirectly include this file:

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...
 

Namespaces

 Ewoms
 

Detailed Description

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.