29 #ifndef ProtoArcLength_h 30 #define ProtoArcLength_h 32 #include "solution/analysis/integrator/StaticIntegrator.h" 33 #include "IntegratorVectors.h" 34 #include "utility/matrix/Vector.h" 49 int signLastDeltaLambdaStep;
51 virtual double getDLambdaNewStep(
void)
const= 0;
52 virtual double getDLambdaUpdate(
void)
const= 0;
ArcLength is an algorithmic class for perfroming a static analysis using the arc length scheme...
Definition: ArcLength.h:80
Base class for static integrators.
Definition: StaticIntegrator.h:83
Base class for arc length integrators.
Definition: ProtoArcLength.h:44
int update(const Vector &deltaU)
Actualiza el estado del sistema.
Definition: ProtoArcLength.cc:83
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Vectores empleados en varios integrators.
Definition: IntegratorVectors.h:40
int domainChanged(void)
Respuesta a un cambio en el domain.
Definition: ProtoArcLength.cc:116
ProtoArcLength(SoluMethod *, int classTag, double ArcLength)
Constructor.
Definition: ProtoArcLength.cc:37
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: ProtoArcLength.cc:145
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: ProtoArcLength.cc:135
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34