29 #ifndef ArcLengthBase_h 30 #define ArcLengthBase_h 32 #include "solution/analysis/integrator/static/ProtoArcLength.h" Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: ArcLengthBase.cc:64
int recvSelf(const CommParameters &)
Receive the object.
Definition: ArcLengthBase.cc:86
double alpha2
squared value of the scaling factor on the reference loads.
Definition: ArcLengthBase.h:46
double getDLambdaNewStep(void) const
Returns the dLambda value for the newStep method.
Definition: ArcLengthBase.cc:45
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: ArcLengthBase.cc:56
ArcLengthBase(AnalysisAggregation *, int classTag, double ArcLength, double alpha=1.0)
Constructor.
Definition: ArcLengthBase.cc:41
Base class for the arc-length integrators family.
Definition: ArcLengthBase.h:43
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int sendSelf(CommParameters &)
Send the object.
Definition: ArcLengthBase.cc:71
Base class for arc length integrators.
Definition: ProtoArcLength.h:44