|
NewtonIterationContext.hpp
Go to the documentation of this file.
Definition: NewtonIterationContext.hpp:152 NewtonIterationContext & context() Definition: NewtonIterationContext.hpp:171 ~LocalContextGuard() Definition: NewtonIterationContext.hpp:161 LocalContextGuard & operator=(LocalContextGuard &&)=delete const NewtonIterationContext & context() const Definition: NewtonIterationContext.hpp:172 LocalContextGuard(const LocalContextGuard &)=delete LocalContextGuard(LocalContextGuard &&)=delete LocalContextGuard(Problem &problem) Definition: NewtonIterationContext.hpp:154 LocalContextGuard & operator=(const LocalContextGuard &)=delete Definition: blackoilbioeffectsmodules.hh:45 Context for iteration-dependent decisions in the Newton solver. Definition: NewtonIterationContext.hpp:43 bool isFirstGlobalIteration() const Definition: NewtonIterationContext.hpp:74 void markTimestepInitialized() State Mutations. Definition: NewtonIterationContext.hpp:104 NewtonIterationContext()=default bool inLocalSolve() const Whether we are inside a domain-local solve (NLDD). Definition: NewtonIterationContext.hpp:58 void advanceIteration() Definition: NewtonIterationContext.hpp:112 NewtonIterationContext forLocalSolve() const Definition: NewtonIterationContext.hpp:132 bool withinNupcol(int nupcol) const Definition: NewtonIterationContext.hpp:81 bool needsTimestepInit() const Semantic Queries. Definition: NewtonIterationContext.hpp:67 bool timestepInitialized() const Whether timestep initialization has been performed. Definition: NewtonIterationContext.hpp:61 int iteration() const Getters. Definition: NewtonIterationContext.hpp:52 void resetForNewTimestep() Reset all state for a new timestep. Definition: NewtonIterationContext.hpp:122 bool shouldRunInnerWellIterations(int maxIter) const Definition: NewtonIterationContext.hpp:95 bool shouldRelax(int strictIterations) const Definition: NewtonIterationContext.hpp:88 |