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 Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int recvSelf(const CommParameters &)
Receive the object.
Definition: HSConstraint.cpp:184
HSConstraint(AnalysisAggregation *, 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
double getDLambdaUpdate(void) const
Returns the value of dLambda para el método update.
Definition: HSConstraint.cpp:85
void Print(std::ostream &s, int flag=0)
The Integrator is to send information to the stream based on the integer flag.
Definition: HSConstraint.cpp:202
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HSConstraint.cpp:162
int sendSelf(CommParameters &)
Send the object.
Definition: HSConstraint.cpp:170
??.
Definition: HSConstraint.h:69
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
double getDLambdaNewStep(void) const
Returns the value of dLambda for the newStep method.
Definition: HSConstraint.cpp:68
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Base class for arc length integrators.
Definition: ProtoArcLength.h:44