53 #ifndef HHTGeneralizedExplicit_h    54 #define HHTGeneralizedExplicit_h    68 #include "solution/analysis/integrator/transient/rayleigh/HHTBase.h"    82     inline const double &alphaI(
void)
 const    84     inline double &alphaI(
void)
   104     int domainChanged(
void);    
   105     int newStep(
double deltaT);    
   106     int revertToLastStep(
void);        
   107     int update(
const Vector &aiPlusOne);
   113     void Print(std::ostream &s, 
int flag = 0) 
const;        
   115 inline Integrator *HHTGeneralizedExplicit::getCopy(
void)
 const Float vector abstraction. 
Definition: Vector.h:94
double alpha
should be between 0.67 and 1.0 (alpha factor corresponds to Newmark method. 
Definition: HHTRayleighBase.h:47
Communication parameters between processes. 
Definition: Communicator.h:66
HHTGeneralizedExplicit is an algorithmic class for performing a transient analysis using the HHTGener...
Definition: HHTGeneralizedExplicit.h:77
HHTGeneralizedExplicit(SolutionStrategy *)
Constructor. 
Definition: HHTGeneralizedExplicit.cpp:73
int sendData(Communicator &)
Send object members through the communicator argument. 
Definition: HHTGeneralizedExplicit.cpp:316
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
HHTBase is an algorithmic class for performing a transient analysis using the HHTBase integration sch...
Definition: HHTBase.h:53
int recvData(const Communicator &)
Receives object members through the communicator argument. 
Definition: HHTGeneralizedExplicit.cpp:325
double gamma
factor. 
Definition: HHTRayleighBase.h:49
Rayleigh damping factors. 
Definition: RayleighDampingFactors.h:59
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
Finite element as seen by analysis. 
Definition: FE_Element.h:108
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35