32 #include <solution/analysis/algorithm/equiSolnAlgo/EquiSolnAlgo.h> 35 class ConvergenceTest;
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewtonBased.cc:44
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: NewtonBased.cc:54
NewtonBased(AnalysisAggregation *, int classTag, int tangent=CURRENT_TANGENT)
Constructor.
Definition: NewtonBased.cc:32
Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is a...
Definition: NewtonBased.h:41
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: NewtonBased.cc:69
EquiSolnAlgo is an abstract base class, i.e.
Definition: EquiSolnAlgo.h:88
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewtonBased.cc:36