32 #include <solution/analysis/algorithm/equiSolnAlgo/EquiSolnAlgo.h> 35 class ConvergenceTest;
EquiSolnAlgo is an abstract base class, i.e. no objects of it's type can be created. Its subclasses deifine the sequence of operations to be performed in the analysis by static equilibrium of a finite element model.
Definition: EquiSolnAlgo.h:85
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: NewtonBased.cc:54
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NewtonBased.cc:44
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NewtonBased.cc:36
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: NewtonBased.cc:68
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is a...
Definition: NewtonBased.h:41