fvbasenewtonconvergencewriter.hh
Go to the documentation of this file.
Writes the intermediate solutions during the Newton scheme for models using a finite volume discretiz... Definition: fvbasenewtonconvergencewriter.hh:61 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:87 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:72 void beginIteration() Called by the Newton method before an iteration of the Newton algorithm is started. Definition: fvbasenewtonconvergencewriter.hh:97 void endIteration() Called by the Newton method after an iteration of the Newton algorithm has been completed. Definition: fvbasenewtonconvergencewriter.hh:137 ~FvBaseNewtonConvergenceWriter() Definition: fvbasenewtonconvergencewriter.hh:80 void endWrite(bool onlyDiscard=false) Finalizes the current writer. Definition: vtkmultiwriter.hh:389 void beginWrite(double t) Called whenever a new time step must be written. Definition: vtkmultiwriter.hh:179 Definition: blackoilmodel.hh:72 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. |