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