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 sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:189
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:90
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
void Print(std::ostream &s, int flag=0)
Send information to the stream based on the integer flag.
Definition: PeriodicNewton.cpp:220
PeriodicNewton(AnalysisAggregation *, int tangent=CURRENT_TANGENT, int maxCount=3)
Constructor.
Definition: PeriodicNewton.cpp:70
Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is a...
Definition: NewtonBased.h:41
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:172
PeriodicNewton is a class which performs a Periodic Newton-Raphson solution algorihm in solving the e...
Definition: PeriodicNewton.h:72
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:180
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: PeriodicNewton.cpp:202
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int solveCurrentStep(void)
resuelve el paso actual.
Definition: PeriodicNewton.cpp:74