HHTGeneralized is an algorithmic class for performing a transient analysis using the HHTGeneralized integration scheme.  
 More...
#include <HHTGeneralized.h>
|  | 
| int | formEleTangent (FE_Element *theEle) | 
|  | 
| int | formNodTangent (DOF_Group *theDof) | 
|  | 
| int | domainChanged (void) | 
|  | 
| int | newStep (double deltaT) | 
|  | 
| int | revertToLastStep (void) | 
|  | 
| int | update (const Vector &deltaU) | 
|  | 
| int | commit (void) | 
|  | 
| virtual int | sendSelf (Communicator &) | 
|  | 
| virtual int | recvSelf (const Communicator &) | 
|  | 
| void | Print (std::ostream &s, int flag=0) const | 
|  | 
| void | Print (std::ostream &s, int flag=0) const | 
|  | 
|  | 
| int | sendData (Communicator &) | 
|  | Send object members through the communicator argument. 
 | 
|  | 
| int | recvData (const Communicator &) | 
|  | Receives object members through the communicator argument. 
 | 
|  | 
|  | HHTGeneralized (SolutionStrategy *) | 
|  | Constructor. 
 | 
|  | 
|  | HHTGeneralized (SolutionStrategy *, double rhoInf) | 
|  | Constructor. 
 | 
|  | 
|  | HHTGeneralized (SolutionStrategy *, double rhoInf, const RayleighDampingFactors &rF) | 
|  | Constructor. 
 | 
|  | 
|  | HHTGeneralized (SolutionStrategy *, double alphaI, double alphaF, double beta, double gamma) | 
|  | Constructor. 
 | 
|  | 
|  | HHTGeneralized (SolutionStrategy *, double alphaI, double alphaF, double beta, double gamma, const RayleighDampingFactors &rF) | 
|  | Constructor. 
 | 
|  | 
| Integrator * | getCopy (void) const | 
|  | 
| int | sendData (Communicator &) | 
|  | Send object members through the communicator argument. 
 | 
|  | 
| int | recvData (const Communicator &) | 
|  | Receives object members through the communicator argument. 
 | 
|  | 
|  | RayleighBase (SolutionStrategy *, int classTag) | 
|  | Constructor.  More... 
 | 
|  | 
|  | RayleighBase (SolutionStrategy *, int classTag, const RayleighDampingFactors &) | 
|  | Constructor.  More... 
 | 
|  | 
| void | setRayleighDampingFactors (void) | 
|  | 
| int | sendData (Communicator &) | 
|  | Send object members through the communicator argument. 
 | 
|  | 
| int | recvData (const Communicator &) | 
|  | Receives object members through the communicator argument. 
 | 
|  | 
|  | DampingFactorsIntegrator (SolutionStrategy *, int classTag) | 
|  | Constructor.  More... 
 | 
|  | 
|  | DampingFactorsIntegrator (SolutionStrategy *, int classTag, const RayleighDampingFactors &rF) | 
|  | Constructor.  More... 
 | 
|  | 
HHTGeneralized is an algorithmic class for performing a transient analysis using the HHTGeneralized integration scheme. 
The documentation for this class was generated from the following files:
- src/solution/analysis/integrator/transient/rayleigh/HHTGeneralized.h
- src/solution/analysis/integrator/transient/rayleigh/HHTGeneralized.cpp