58 #ifndef InitialInterpolatedLineSearch_h 59 #define InitialInterpolatedLineSearch_h 61 #include "solution/analysis/algorithm/equiSolnAlgo/line_search/LineSearch.h" Linear system of equations.
Definition: LinearSOE.h:92
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
performs a Newton-Raphson with line search solution algorithm in solving the equations as outline in ...
Definition: NewtonLineSearch.h:88
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:100
Base class for line search algorithms.
Definition: LineSearch.h:87
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
This performs the search by using a form of linear interpolation to find the best solution...
Definition: InitialInterpolatedLineSearch.h:77