fvbasenewtonconvergencewriter.hh
Go to the documentation of this file.
Defines a type tags and some fundamental properties all models. Writes the intermediate solutions during the Newton scheme for models using a finite volume discretiz... Definition: fvbasenewtonconvergencewriter.hh:64 void writeFields(const SolutionVector &uLastIter, const GlobalEqVector &deltaU) Write the Newton update to disk. Definition: fvbasenewtonconvergencewriter.hh:118 void beginTimeStep() Called by the Newton method before the actual algorithm is started for any given timestep. Definition: fvbasenewtonconvergencewriter.hh:86 void endTimeStep() Called by the Newton method after Newton algorithm has been completed for any given timestep. Definition: fvbasenewtonconvergencewriter.hh:147 FvBaseNewtonConvergenceWriter(NewtonMethod &nm) Definition: fvbasenewtonconvergencewriter.hh:75 void beginIteration() Called by the Newton method before an iteration of the Newton algorithm is started. Definition: fvbasenewtonconvergencewriter.hh:96 void endIteration() Called by the Newton method after an iteration of the Newton algorithm has been completed. Definition: fvbasenewtonconvergencewriter.hh:137 Definition: blackoilmodel.hh:79 Definition: blackoilboundaryratevector.hh:39 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 The Opm property system, traits with inheritance. |