67 #include "solution/analysis/integrator/transient/rayleigh/HHTRayleighBase.h" 102 int revertToLastStep(
void);
103 int update(
const Vector &aiPlusOne);
109 void Print(std::ostream &s,
int flag = 0);
111 inline Integrator *HHTExplicit::getCopy(
void)
const int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HHTExplicit.cpp:297
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
HHTRayleighBase is an algorithmic class for performing a transient analysis using the HHTRayleighBase...
Definition: HHTRayleighBase.h:43
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
HHTExplicit is an algorithmic class for performing a transient analysis using the HHTExplicit integra...
Definition: HHTExplicit.h:78
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: HHTExplicit.cpp:272
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
HHTExplicit(SoluMethod *)
Constructor.
Definition: HHTExplicit.cpp:72
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HHTExplicit.cpp:289
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: HHTExplicit.cpp:193
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 newStep(double deltaT)
??
Definition: HHTExplicit.cpp:92