|
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.
|
|
| HHTHybridSimulation (SoluMethod *) |
| Constructor.
|
|
| HHTHybridSimulation (SoluMethod *, double rhoInf, ConvergenceTest &theTest) |
| Constructor.
|
|
| HHTHybridSimulation (SoluMethod *, double rhoInf, ConvergenceTest &theTest, const RayleighDampingFactors &rF) |
| Constructor.
|
|
| HHTHybridSimulation (SoluMethod *, double alphaI, double alphaF, double beta, double gamma, ConvergenceTest &theTest) |
| Constructor.
|
|
| HHTHybridSimulation (SoluMethod *, double alphaI, double alphaF, double beta, double gamma, ConvergenceTest &theTest, 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.
|
|
| HHTBase (SoluMethod *, int classTag) |
| Constructor.
|
|
| HHTBase (SoluMethod *, int classTag, double alpha) |
| Constructor.
|
|
| HHTBase (SoluMethod *, int classTag, double alpha, const RayleighDampingFactors &rF) |
| Constructor.
|
|
| HHTBase (SoluMethod *, int classTag, double alpha, double beta, double gamma) |
| Constructor.
|
|
| HHTBase (SoluMethod *, int classTag, double alpha, double beta, double gamma, const RayleighDampingFactors &rF) |
| Constructor.
|
|
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.
|
|
| HHTRayleighBase (SoluMethod *, int classTag) |
| Constructor.
|
|
| HHTRayleighBase (SoluMethod *, int classTag, double alpha) |
| Constructor.
|
|
| HHTRayleighBase (SoluMethod *, int classTag, double alpha, const RayleighDampingFactors &rF) |
| Constructor.
|
|
| HHTRayleighBase (SoluMethod *, int classTag, double alpha, double gamma) |
| Constructor.
|
|
| HHTRayleighBase (SoluMethod *, int classTag, double alpha, double gamma, const RayleighDampingFactors &rF) |
| Constructor.
|
|
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 (SoluMethod *, int classTag) |
| Constructor.
|
|
| RayleighBase (SoluMethod *, int classTag, const RayleighDampingFactors &) |
| Constructor.
|
|
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 (SoluMethod *, int classTag) |
| Constructor.
|
|
| DampingFactorsIntegrator (SoluMethod *, int classTag, const RayleighDampingFactors &rF) |
| Constructor.
|
|
| TransientIntegrator (SoluMethod *, int classTag) |
| Constructor.
|
|
LinearSOE * | getLinearSOEPtr (void) |
| Returns a pointer to the system of equations de eigenvalues.
|
|
const LinearSOE * | getLinearSOEPtr (void) const |
| Returns a pointer to the system of equations de eigenvalues.
|
|
virtual int | formNodalUnbalance (void) |
| Builds the nodal unbalanced load vector.
|
|
virtual int | formElementResidual (void) |
| Forma el unbalanced load vector of the elements.
|
|
| IncrementalIntegrator (SoluMethod *, int classTag) |
| Constructor.
|
|
SoluMethod * | getSoluMethod (void) |
| Returns a pointer to the solution method that owns this object.
|
|
const SoluMethod * | getSoluMethod (void) const |
| Returns a const pointer to the solution method that owns this object.
|
|
void | applyLoadModel (double newTime) |
|
int | updateModel (void) |
|
int | updateModel (double newTime, double dT) |
|
int | commitModel (void) |
|
double | getCurrentModelTime (void) |
|
void | setCurrentModelTime (const double &t) |
|
void | setRayleighDampingFactors (const RayleighDampingFactors &rF) |
|
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.
|
|
virtual AnalysisModel * | getAnalysisModelPtr (void) |
| Returns a pointer to the analysis model.
|
|
virtual const AnalysisModel * | getAnalysisModelPtr (void) const |
| Returns a pointer to the analysis model.
|
|
| Integrator (SoluMethod *, int classTag) |
| Constructor.
|
|