28 #ifndef EWOMS_NULL_CONVERGENCE_WRITER_HH 29 #define EWOMS_NULL_CONVERGENCE_WRITER_HH 38 template <
class TypeTag,
class MyTypeTag>
49 template <
class TypeTag>
85 const GlobalEqVector&)
void beginTimeStep()
Called by the Newton method before the actual algorithm is started for any given timestep.
Definition: nullconvergencewriter.hh:65
A convergence writer for the Newton method which does nothing.
Definition: nullconvergencewriter.hh:50
void beginIteration()
Called by the Newton method before an iteration of the Newton algorithm is started.
Definition: nullconvergencewriter.hh:72
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(...))
Definition: propertysystem.hh:233
void endTimeStep()
Called by the Newton method after Newton algorithm has been completed for any given timestep...
Definition: nullconvergencewriter.hh:102
void endIteration()
Called by the Newton method after an iteration of the Newton algorithm has been completed.
Definition: nullconvergencewriter.hh:92
void writeFields(const SolutionVector &, const GlobalEqVector &)
Write the Newton update to disk.
Definition: nullconvergencewriter.hh:84
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Declare the properties used by the infrastructure code of the finite volume discretizations.
The Opm property system, traits with inheritance.
Definition: blackoilmodel.hh:80
Declares the properties required by the black oil model.