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);
virtual int sendSelf(CommParameters &)
Send the object.
Definition: NewtonLineSearch.cpp:236
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:90
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
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
virtual int recvSelf(const CommParameters &)
Receive the object.
Definition: NewtonLineSearch.cpp:239
EquiSolnAlgo is an abstract base class, i.e.
Definition: EquiSolnAlgo.h:88
void Print(std::ostream &s, int flag=0)
Send information to the stream based on the integer flag.
Definition: NewtonLineSearch.cpp:242
LineSearch is an abstract base class, i.e.
Definition: LineSearch.h:85
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65