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 (CommParameters &) |
| |
|
virtual int | recvSelf (const CommParameters &) |
| |
|
void | Print (std::ostream &s, int flag=0) |
| |
|
void | Print (std::ostream &s, int flag=0) |
| |
|
|
int | sendData (CommParameters &) |
| | Send object members through the channel being passed as parameter.
|
| |
|
int | recvData (const CommParameters &) |
| | Receives object members through the channel being passed as parameter.
|
| |
|
| HHTGeneralized (AnalysisAggregation *) |
| | Constructor.
|
| |
|
| HHTGeneralized (AnalysisAggregation *, double rhoInf) |
| | Constructor.
|
| |
|
| HHTGeneralized (AnalysisAggregation *, double rhoInf, const RayleighDampingFactors &rF) |
| | Constructor.
|
| |
|
| HHTGeneralized (AnalysisAggregation *, double alphaI, double alphaF, double beta, double gamma) |
| | Constructor.
|
| |
|
| HHTGeneralized (AnalysisAggregation *, double alphaI, double alphaF, double beta, double gamma, const RayleighDampingFactors &rF) |
| | Constructor.
|
| |
|
Integrator * | getCopy (void) const |
| |
|
int | sendData (CommParameters &) |
| | Send object members through the channel being passed as parameter.
|
| |
|
int | recvData (const CommParameters &) |
| | Receives object members through the channel being passed as parameter.
|
| |
| | RayleighBase (AnalysisAggregation *, int classTag) |
| | Constructor. More...
|
| |
| | RayleighBase (AnalysisAggregation *, int classTag, const RayleighDampingFactors &) |
| | Constructor. More...
|
| |
|
void | setRayleighDampingFactors (void) |
| |
|
int | sendData (CommParameters &) |
| | Send object members through the channel being passed as parameter.
|
| |
|
int | recvData (const CommParameters &) |
| | Receives object members through the channel being passed as parameter.
|
| |
| | DampingFactorsIntegrator (AnalysisAggregation *, int classTag) |
| | Constructor. More...
|
| |
| | DampingFactorsIntegrator (AnalysisAggregation *, int classTag, const RayleighDampingFactors &rF) |
| | Constructor. More...
|
| |
|
|
class | AnalysisAggregation |
| |
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