My Project
|
A Newton method for models using a finite volume discretization. More...
#include "fvbasenewtonconvergencewriter.hh"
#include <opm/models/nonlinear/newtonmethod.hh>
#include <opm/models/utils/propertysystem.hh>
Go to the source code of this file.
Classes | |
struct | Opm::Properties::TTag::FvBaseNewtonMethod |
struct | Opm::Properties::DiscNewtonMethod< TypeTag, MyTypeTag > |
The discretization specific part of he implementing the Newton algorithm. More... | |
struct | Opm::Properties::DiscNewtonMethod< TypeTag, TTag::FvBaseNewtonMethod > |
struct | Opm::Properties::NewtonMethod< TypeTag, TTag::FvBaseNewtonMethod > |
struct | Opm::Properties::NewtonConvergenceWriter< TypeTag, TTag::FvBaseNewtonMethod > |
class | Opm::FvBaseNewtonMethod< TypeTag > |
A Newton method for models using a finite volume discretization. More... | |
Namespaces | |
namespace | Opm |
This file contains a set of helper functions used by VFPProd / VFPInj. | |
namespace | Opm::Properties::TTag |
The generic type tag for problems using the immiscible multi-phase model. | |
A Newton method for models using a finite volume discretization.
This class is sufficient for most models which use an Element or a Vertex Centered Finite Volume discretization.