|
|
int | sendData (Communicator &) |
| | Send object members through the communicator argument.
|
| |
|
int | recvData (const Communicator &) |
| | Receives object members through the communicator argument.
|
| |
|
| HHTExplicit (SolutionStrategy *) |
| | Constructor.
|
| |
|
| HHTExplicit (SolutionStrategy *, double alpha) |
| | Constructor.
|
| |
|
| HHTExplicit (SolutionStrategy *, double alpha, const RayleighDampingFactors &rF) |
| | Constructor.
|
| |
|
| HHTExplicit (SolutionStrategy *, double alpha, double gamma) |
| | Constructor.
|
| |
|
| HHTExplicit (SolutionStrategy *, double alpha, 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.
|
| |
| | HHTRayleighBase (SolutionStrategy *, int classTag) |
| | Constructor. More...
|
| |
| | HHTRayleighBase (SolutionStrategy *, int classTag, double alpha) |
| | Constructor. More...
|
| |
| | HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, const RayleighDampingFactors &rF) |
| | Constructor. More...
|
| |
| | HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, double gamma) |
| | Constructor. More...
|
| |
| | HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, double gamma, const RayleighDampingFactors &rF) |
| | Constructor. More...
|
| |
|
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...
|
| |
HHTExplicit is an algorithmic class for performing a transient analysis using the HHTExplicit integration scheme (beta = 0).