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;
{staticFormTaylor} {equation}
Definition: StaticIntegrator.h:137
Float vector abstraction.
Definition: Vector.h:93
int domainChanged(void)
Response to a change in the domain.
Definition: ProtoArcLength.cc:144
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: ProtoArcLength.cc:163
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: ProtoArcLength.cc:173
ProtoArcLength(AnalysisAggregation *, int classTag, double ArcLength)
Constructor.
Definition: ProtoArcLength.cc:41
Vectores empleados en varios integrators.
Definition: IntegratorVectors.h:40
int recvSelf(const CommParameters &)
Receive the object.
Definition: ProtoArcLength.cc:197
int newStep(void)
Performs the first iteration, that is it solves for and and updates the model with and increments ...
Definition: ProtoArcLength.cc:50
double arcLength2
Squared value of the arc length.
Definition: ProtoArcLength.h:47
int update(const Vector &deltaU)
Updates the model.
Definition: ProtoArcLength.cc:103
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: ProtoArcLength.cc:182
Base class for arc length integrators.
Definition: ProtoArcLength.h:44