63 #include "DampingFactorsIntegrator.h" 64 #include "ResponseQuantities.h" 100 int update(
const Vector &deltaU);
107 void Print(std::ostream &s,
int flag =0);
110 {
return new HHT1(*
this); }
The three parameter Hilbert-Hughes-Taylor time-stepping method.
Definition: HHT1.h:71
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: HHT1.cpp:310
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: HHT1.cpp:272
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Finite element as seen by analysis.
Definition: FE_Element.h:84
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HHT1.cpp:288
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HHT1.cpp:299
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
int newStep(double deltaT)
??
Definition: HHT1.cpp:95
??.
Definition: DampingFactorsIntegrator.h:40
HHT1(SoluMethod *)
Constructor.
Definition: HHT1.cpp:73
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: HHT1.cpp:181
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
Definition: ContinuaReprComponent.h:34
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: HHT1.cpp:324
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91