fvbasenewtonmethod.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 A Newton method for models using a finite volume discretization. Definition: fvbasenewtonmethod.hh:84 void beginIteration_() Indicates the beginning of a Newton iteration. Definition: fvbasenewtonmethod.hh:143 FvBaseNewtonMethod(Simulator &simulator) Definition: fvbasenewtonmethod.hh:99 Model & model_() Returns a reference to the model. Definition: fvbasenewtonmethod.hh:153 void update_(SolutionVector &nextSolution, const SolutionVector ¤tSolution, const GlobalEqVector &solutionUpdate, const GlobalEqVector ¤tResidual) Update the current solution with a delta vector. Definition: fvbasenewtonmethod.hh:123 const Model & model_() const Returns a reference to the model. Definition: fvbasenewtonmethod.hh:159 void update_(SolutionVector &nextSolution, const SolutionVector ¤tSolution, const GlobalEqVector &solutionUpdate, const GlobalEqVector ¤tResidual) Update the current solution with a delta vector. Definition: newtonmethod.hh:665 Model & model() Returns a reference to the numeric model. Definition: newtonmethod.hh:182 void beginIteration_() Indicates the beginning of a Newton iteration. Definition: newtonmethod.hh:532 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. The discretization specific part of he implementing the Newton algorithm. Definition: fvbasenewtonmethod.hh:55 Specifies the type of the class which writes out the Newton convergence. Definition: newtonmethodproperties.hh:40 GetPropType< TypeTag, Properties::DiscNewtonMethod > type Definition: fvbasenewtonmethod.hh:64 Specifies the type of the actual Newton method. Definition: newtonmethodproperties.hh:32 Definition: fvbasenewtonmethod.hh:50 std::tuple< NewtonMethod > InheritsFrom Definition: fvbasenewtonmethod.hh:50 a tag to mark properties as undefined Definition: propertysystem.hh:40 |