65 #include "solution/analysis/integrator/transient/rayleigh/HHTBase.h" 66 #include "solution/analysis/integrator/transient/ResponseQuantities.h" 97 int revertToLastStep(
void);
98 int update(
const Vector &deltaU);
104 void Print(std::ostream &s,
int flag = 0);
107 {
return new HHT(*
this); }
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
int newStep(double deltaT)
??
Definition: HHT.cpp:89
HHT(SoluMethod *)
Constructor.
Definition: HHT.cpp:69
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: HHT.cpp:188
Finite element as seen by analysis.
Definition: FE_Element.h:84
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
HHTBase is an algorithmic class for performing a transient analysis using the HHTBase integration sch...
Definition: HHTBase.h:52
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HHT.cpp:305
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: HHT.cpp:280
HHT is an algorithmic class for performing a transient analysis using the HHT integration scheme...
Definition: HHT.h:75
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
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
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HHT.cpp:312