Wrapper of the libmesh ComputeLineSearchObject. More...
#include <ComputeLineSearchObjectWrapper.h>
Public Member Functions | |
ComputeLineSearchObjectWrapper (FEProblemBase &fe_problem) | |
void | linesearch (SNESLineSearch line_search_object) override |
Shim that calls into the MOOSE line search system using FEProblemBase::linesearch. More... | |
Protected Attributes | |
FEProblemBase & | _fe_problem |
Wrapper of the libmesh ComputeLineSearchObject.
Definition at line 22 of file ComputeLineSearchObjectWrapper.h.
ComputeLineSearchObjectWrapper::ComputeLineSearchObjectWrapper | ( | FEProblemBase & | fe_problem | ) |
Definition at line 14 of file ComputeLineSearchObjectWrapper.C.
|
overridevirtual |
Shim that calls into the MOOSE line search system using FEProblemBase::linesearch.
Implements libMesh::PetscNonlinearSolver::ComputeLineSearchObject.
Definition at line 19 of file ComputeLineSearchObjectWrapper.C.
|
protected |
Definition at line 34 of file ComputeLineSearchObjectWrapper.h.
Referenced by linesearch().