30 #ifndef ArcLengthBase_h    31 #define ArcLengthBase_h    33 #include "solution/analysis/integrator/static/arc-length/ProtoArcLength.h" Communication parameters between processes. 
Definition: Communicator.h:66
double alpha2
squared value of the scaling factor on the reference loads. 
Definition: ArcLengthBase.h:47
ArcLengthBase(SolutionStrategy *, int classTag, double ArcLength, double alpha=1.0)
Constructor. 
Definition: ArcLengthBase.cc:41
double getDLambdaNewStep(void) const
Returns the dLambda value for the newStep method. 
Definition: ArcLengthBase.cc:45
Base class for the arc-length integrators family. 
Definition: ArcLengthBase.h:44
int recvData(const Communicator &)
Receives object members through the communicator argument. 
Definition: ArcLengthBase.cc:64
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
int sendSelf(Communicator &)
Send the object. 
Definition: ArcLengthBase.cc:71
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int sendData(Communicator &)
Send object members through the communicator argument. 
Definition: ArcLengthBase.cc:56
Base class for arc length integrators. 
Definition: ProtoArcLength.h:45
int recvSelf(const Communicator &)
Receive the object. 
Definition: ArcLengthBase.cc:86