57 #ifndef SecantLineSearch_h    58 #define SecantLineSearch_h    60 #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
performs the search for U(i+1) = U(i) + eta * deltaU(i) by using the secant method to find the best s...
Definition: SecantLineSearch.h:81