nullconvergencewriter.hh
Go to the documentation of this file.
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 NullConvergenceWriter(NewtonMethod &) Definition: nullconvergencewriter.hh:58 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. 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. |