64 #ifndef MinUnbalDispNorm_h 65 #define MinUnbalDispNorm_h 71 #define SIGN_LAST_STEP 1 72 #define CHANGE_DETERMINANT 2 80 mutable double dLambda1LastStep;
82 mutable int signLastDeltaLambdaStep;
83 double dLambda1min, dLambda1max;
84 mutable double signLastDeterminant;
85 int signFirstStepMethod;
95 double dlambda1min,
double dlambda1max,
96 int signFirstStepMethod = SIGN_LAST_STEP);
101 int update(
const Vector &deltaU);
108 inline Integrator *MinUnbalDispNorm::getCopy(
void)
const ??
Definition: DispBase.h:40
MinUnbalDispNorm(SoluMethod *, double lambda1, int specNumIterStep, double dlambda1min, double dlambda1max, int signFirstStepMethod=SIGN_LAST_STEP)
Constructor.
Definition: MinUnbalDispNorm.cpp:68
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: MinUnbalDispNorm.cpp:231
Specifies the incremental load factor such that the residual displacement norm in minimized...
Definition: MinUnbalDispNorm.h:77
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
double getDLambdaUpdate(void) const
Returns the valor de dLambda para el método update.
Definition: MinUnbalDispNorm.cpp:158
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: MinUnbalDispNorm.cpp:240
double getDLambdaNewStep(void) const
Returns the valor de dLambda para el método newStep.
Definition: MinUnbalDispNorm.cpp:75
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: MinUnbalDispNorm.cpp:212
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91