64 #ifndef InitialInterpolatedLineSearch_h 65 #define InitialInterpolatedLineSearch_h 67 #include "solution/analysis/algorithm/equiSolnAlgo/lineSearch/LineSearch.h" 88 inline LineSearch *InitialInterpolatedLineSearch::getCopy(
void)
const Linear system of equations.
Definition: LinearSOE.h:91
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
performs a Newton-Raphson with line search solution algorithm in solving the equations as outline in ...
Definition: NewtonLineSearch.h:77
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:96
LineSearch is an abstract base class, i.e.
Definition: LineSearch.h:85
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
This performs the search by using a form of linear interpolation to find the best solution...
Definition: InitialInterpolatedLineSearch.h:75