51 #ifndef PeriodicNewton_h 52 #define PeriodicNewton_h 63 #include <solution/analysis/algorithm/equiSolnAlgo/NewtonBased.h> 66 class ConvergenceTest;
89 void Print(std::ostream &s,
int flag =0);
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:202
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:189
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:180
int solveCurrentStep(void)
resuelve el paso actual.
Definition: PeriodicNewton.cpp:74
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:172
Communication parameters between processes.
Definition: CommParameters.h:65
PeriodicNewton is a class which performs a Periodic Newton-Raphson solution algorihm in solving the e...
Definition: PeriodicNewton.h:72
================================================================================
Definition: ContinuaReprComponent.h:34
PeriodicNewton(SoluMethod *, int tangent=CURRENT_TANGENT, int maxCount=3)
Constructor.
Definition: PeriodicNewton.cpp:70
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:86
Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is a...
Definition: NewtonBased.h:41