74 #ifndef RegulaFalsiLineSearch_h 75 #define RegulaFalsiLineSearch_h 77 #include "LineSearch.h" 99 inline LineSearch *RegulaFalsiLineSearch::getCopy(
void)
const 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:87
performs the search for U(i+1) = U(i) + eta * deltaU(i) by regula falsi method to find the best solut...
Definition: RegulaFalsiLineSearch.h:85
LineSearch is an abstract base class, i.e. no objects of it's type can be created. Its subclasses seek to find a better solution to R(U)=0 than the solution Ui-1 + delta Ui would give, typically Ui = Ui-1 + factor * delta Ui.
Definition: LineSearch.h:85
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
================================================================================
Definition: ContinuaReprComponent.h:34