53 #ifndef HSConstraint_h 54 #define HSConstraint_h 56 #include "solution/analysis/integrator/static/ProtoArcLength.h" 57 #include "utility/matrix/Matrix.h" 90 void Print(std::ostream &s,
int flag =0);
92 inline Integrator *HSConstraint::getCopy(
void)
const Base class for arc length integrators.
Definition: ProtoArcLength.h:44
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: HSConstraint.cpp:85
??.
Definition: HSConstraint.h:69
double getDLambdaNewStep(void) const
Returns the valor de dLambda para el método newStep.
Definition: HSConstraint.cpp:68
HSConstraint(SoluMethod *, double arcLength, double psi_u=1.0, double psi_f=1.0, double u_ref=1.0)
Constructor.
Definition: HSConstraint.cpp:63
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HSConstraint.cpp:153
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HSConstraint.cpp:162
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