64 #ifndef MinUnbalDispNorm_h 65 #define MinUnbalDispNorm_h 71 #define SIGN_LAST_STEP 1 72 #define CHANGE_DETERMINANT 2 85 mutable double dLambda1LastStep;
87 mutable int signLastDeltaLambdaStep;
88 double dLambda1min, dLambda1max;
89 mutable double signLastDeterminant;
90 int signFirstStepMethod;
100 double dlambda1min,
double dlambda1max,
101 int signFirstStepMethod = SIGN_LAST_STEP);
int domainChanged(void)
Make required changes when a change in the domain occurs.
Definition: MinUnbalDispNorm.cpp:220
Float vector abstraction.
Definition: Vector.h:93
double getDLambdaNewStep(void) const
Returns the value of dLambda for the newStep method.
Definition: MinUnbalDispNorm.cpp:82
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: MinUnbalDispNorm.cpp:239
MinUnbalDispNorm(AnalysisAggregation *, double lambda1, int specNumIterStep, double dlambda1min, double dlambda1max, int signFirstStepMethod=SIGN_LAST_STEP)
Constructor.
Definition: MinUnbalDispNorm.cpp:70
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: MinUnbalDispNorm.cpp:248
Integrator * getCopy(void) const
Virtual constructor.
Definition: MinUnbalDispNorm.cpp:78
int recvSelf(const CommParameters &)
Receive the object.
Definition: MinUnbalDispNorm.cpp:271
??
Definition: DispBase.h:40
int sendSelf(CommParameters &)
Send the object.
Definition: MinUnbalDispNorm.cpp:256
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
int update(const Vector &deltaU)
When invoked causes the integrator object to update the DOF_Group responses with the appropriate valu...
Definition: MinUnbalDispNorm.cpp:181
Specifies the incremental load factor such that the residual displacement norm in minimized...
Definition: MinUnbalDispNorm.h:82
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
double getDLambdaUpdate(void) const
Returns the value of dLambda para el método update.
Definition: MinUnbalDispNorm.cpp:165