63 #ifndef NewtonLineSearch_h 64 #define NewtonLineSearch_h 66 #include <solution/analysis/algorithm/equiSolnAlgo/EquiSolnAlgo.h> 92 bool alloc(
const std::string &);
100 void Print(std::ostream &s,
int flag =0);
performs a Newton-Raphson with line search solution algorithm in solving the equations as outline in ...
Definition: NewtonLineSearch.h:77
int solveCurrentStep(void)
resuelve el paso actual.
Definition: NewtonLineSearch.cpp:132
EquiSolnAlgo is an abstract base class, i.e. no objects of it's type can be created. Its subclasses deifine the sequence of operations to be performed in the analysis by static equilibrium of a finite element model.
Definition: EquiSolnAlgo.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
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:86