opm-simulators
blackoilnewtonmethod.hpp File Reference

A newton solver which is specific to the black oil model. More...

#include <opm/common/Exceptions.hpp>
#include <opm/models/blackoil/blackoilmodules.hpp>
#include <opm/models/blackoil/blackoilnewtonmethodparams.hpp>
#include <opm/models/blackoil/blackoilproperties.hh>
#include <opm/models/nonlinear/newtonmethod.hh>
#include <opm/models/utils/signum.hh>
#include <opm/material/common/Valgrind.hpp>
#include <algorithm>
#include <cmath>
#include <limits>
#include <vector>

Go to the source code of this file.

Classes

struct  Opm::Properties::DiscNewtonMethod< TypeTag, MyTypeTag >
 The discretization specific part of he implementing the Newton algorithm. More...
 
class  Opm::BlackOilNewtonMethod< TypeTag >
 A newton solver which is specific to the black oil model. More...
 

Namespaces

 Opm
 Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that both can include.
 

Detailed Description

A newton solver which is specific to the black oil model.