65 #ifndef MinUnbalDispNorm_h 66 #define MinUnbalDispNorm_h 72 #define SIGN_LAST_STEP 1 73 #define CHANGE_DETERMINANT 2 86 mutable double dLambda1LastStep;
88 mutable int signLastDeltaLambdaStep;
89 double dLambda1min, dLambda1max;
90 mutable double signLastDeterminant;
91 int signFirstStepMethod;
101 double dlambda1min,
double dlambda1max,
102 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:94
double getDLambdaNewStep(void) const
Returns the value of dLambda for the newStep method.
Definition: MinUnbalDispNorm.cpp:82
Communication parameters between processes.
Definition: Communicator.h:66
Integrator * getCopy(void) const
Virtual constructor.
Definition: MinUnbalDispNorm.cpp:78
Base class for the displacement control static integrators.
Definition: DispBase.h:41
int sendSelf(Communicator &)
Send the object.
Definition: MinUnbalDispNorm.cpp:256
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: MinUnbalDispNorm.cpp:248
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
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:83
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: MinUnbalDispNorm.cpp:239
double getDLambdaUpdate(void) const
Returns the value of dLambda para el método update.
Definition: MinUnbalDispNorm.cpp:165
MinUnbalDispNorm(SolutionStrategy *, double lambda1, int specNumIterStep, double dlambda1min, double dlambda1max, int signFirstStepMethod=SIGN_LAST_STEP)
Constructor.
Definition: MinUnbalDispNorm.cpp:70
int recvSelf(const Communicator &)
Receive the object.
Definition: MinUnbalDispNorm.cpp:271