29 #ifndef ArcLengthBase_h 30 #define ArcLengthBase_h 32 #include "solution/analysis/integrator/static/ProtoArcLength.h" ArcLength is an algorithmic class for perfroming a static analysis using the arc length scheme...
Definition: ArcLength.h:80
Base class for arc length integrators.
Definition: ProtoArcLength.h:44
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: ArcLengthBase.cc:51
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: ArcLengthBase.cc:59
ArcLengthBase(SoluMethod *, int classTag, double ArcLength, double alpha=1.0)
Constructor.
Definition: ArcLengthBase.cc:36
double getDLambdaNewStep(void) const
Returns the valor de dLambda para el método newStep.
Definition: ArcLengthBase.cc:40
Communication parameters between processes.
Definition: CommParameters.h:65
Base class for the arc-length integrators family.
Definition: ArcLengthBase.h:43
================================================================================
Definition: ContinuaReprComponent.h:34