|
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.
|
|
| Newmark1 (SoluMethod *) |
| Constructor.
|
|
| Newmark1 (SoluMethod *, double gamma, double beta, bool disp=true) |
| Constructor.
|
|
| Newmark1 (SoluMethod *, double gamma, double beta, 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.
|
|
| NewmarkBase2 (SoluMethod *, int classTag) |
| Constructor.
|
|
| NewmarkBase2 (SoluMethod *, int classTag, double gamma, double beta) |
| Constructor.
|
|
| NewmarkBase2 (SoluMethod *, int classTag, double gamma, double beta, const RayleighDampingFactors &rF) |
| Constructor.
|
|
void | PopulateUs (XC::AnalysisModel *model) |
| Populate U, Udot and Udotdot by iterating through the DOF_Groups and getting the last committed displacement, velocity and accel.
|
|
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.
|
|
| NewmarkBase (SoluMethod *, int classTag) |
| Constructor.
|
|
| NewmarkBase (SoluMethod *, int classTag, double gamma) |
| Constructor.
|
|
| NewmarkBase (SoluMethod *, int classTag, double gamma, const RayleighDampingFactors &rF) |
| 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.
|
|