52 #ifndef HHTGeneralizedExplicit_h 53 #define HHTGeneralizedExplicit_h 67 #include "solution/analysis/integrator/transient/rayleigh/HHTBase.h" 81 inline const double &alphaI(
void)
const 83 inline double &alphaI(
void)
105 int revertToLastStep(
void);
106 int update(
const Vector &aiPlusOne);
112 void Print(std::ostream &s,
int flag = 0);
114 inline Integrator *HHTGeneralizedExplicit::getCopy(
void)
const A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
HHTGeneralizedExplicit is an algorithmic class for performing a transient analysis using the HHTGener...
Definition: HHTGeneralizedExplicit.h:76
int commit(void)
Consuma los valores calculados hasta ahora.
Definition: HHTGeneralizedExplicit.cpp:300
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HHTGeneralizedExplicit.cpp:325
Finite element as seen by analysis.
Definition: FE_Element.h:84
int newStep(double deltaT)
??
Definition: HHTGeneralizedExplicit.cpp:107
HHTBase is an algorithmic class for performing a transient analysis using the HHTBase integration sch...
Definition: HHTBase.h:52
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:45
int domainChanged(void)
Hace los cambios oportunos cuando se ha producido un cambio en el domain.
Definition: HHTGeneralizedExplicit.cpp:214
HHTGeneralizedExplicit(SoluMethod *)
Constructor.
Definition: HHTGeneralizedExplicit.cpp:73
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HHTGeneralizedExplicit.cpp:316
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