65 #include <utility/actor/actor/MovableObject.h> 66 #include "xc_utils/src/nucleo/EntCmd.h" 68 #include "utility/matrix/Vector.h" 71 class SolutionAlgorithm;
72 class IncrementalIntegrator;
97 LineSearch(
int classTag,
const double &tol= 0.8,
const int &mi= 10,
const double &mneta= 0.1,
const double &mxeta= 10,
const int &flag= 1);
104 virtual int search(
double s0,
110 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
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:87
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
Object that can move between processes.
Definition: MovableObject.h:91
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34