28#ifndef EWOMS_NULL_CONVERGENCE_WRITER_HH
29#define EWOMS_NULL_CONVERGENCE_WRITER_HH
36namespace Opm::Properties {
38template <
class TypeTag,
class MyTypeTag>
49template <
class TypeTag>
85 const GlobalEqVector&)
A convergence writer for the Newton method which does nothing.
Definition nullconvergencewriter.hh:51
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
void beginIteration()
Called by the Newton method before an iteration of the Newton algorithm is started.
Definition nullconvergencewriter.hh:72
void beginTimeStep()
Called by the Newton method before the actual algorithm is started for any given timestep.
Definition nullconvergencewriter.hh:65
void endTimeStep()
Called by the Newton method after Newton algorithm has been completed for any given timestep.
Definition nullconvergencewriter.hh:102
Declare the properties used by the infrastructure code of the finite volume discretizations.
Declares the properties required by the black oil model.
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
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:235
The Opm property system, traits with inheritance.
Specifies the type of the actual Newton method.
Definition nullconvergencewriter.hh:39