57 #ifndef RegulaFalsiLineSearch_h 58 #define RegulaFalsiLineSearch_h 60 #include "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 regula falsi method to find the best solut...
Definition: RegulaFalsiLineSearch.h:87