![]() |
OGS
|
|
Context passed to the step strategy so it can evaluate the residual at trial points without owning the equation system directly. Currently unused by FixedDamping/DampingReduction; reserved for the in-progress line-search strategy, which needs to re-evaluate F(x) at trial points.
Definition at line 22 of file NewtonStepStrategy.h.
#include <NewtonStepStrategy.h>
Public Attributes | |
| NonlinearSystem< NonlinearSolverTag::Newton > & | sys |
| std::vector< GlobalVector * > const & | x_prev |
| int | process_id |
| int NumLib::NewtonStepContext::process_id |
Definition at line 26 of file NewtonStepStrategy.h.
| NonlinearSystem<NonlinearSolverTag::Newton>& NumLib::NewtonStepContext::sys |
Definition at line 24 of file NewtonStepStrategy.h.
| std::vector<GlobalVector*> const& NumLib::NewtonStepContext::x_prev |
Definition at line 25 of file NewtonStepStrategy.h.