Abstract base class to be used for applying user modifications to the Newton search direction \emph before the solver's line search is called.
More...
#include <nonlinear_implicit_system.h>
Abstract base class to be used for applying user modifications to the Newton search direction \emph before the solver's line search is called.
Definition at line 219 of file nonlinear_implicit_system.h.
◆ ~ComputePreCheck()
| virtual libMesh::NonlinearImplicitSystem::ComputePreCheck::~ComputePreCheck |
( |
| ) |
|
|
virtualdefault |
◆ precheck()
Abstract precheck method that users must override.
- Parameters
-
| precheck_soln | This is the solution prior to the linesearch (which we have not performed yet). This will correspond to the system's current_local_solution data member, so it should hold all the information locally that a user might want to query from the vector (e.g. possibly ghost entries) |
| search_direction | The search direction that will be used in the upcoming line search. \emph Note that this is the \emph negative of the solution update, at least when using PETSc as the backend. The user may modify this vector |
| changed | Whether the user has modified the search_direction |
| S | The nonlinear implicit system |
The documentation for this class was generated from the following file: