|
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 (AnalysisAggregation *, int classTag) |
| Defautl constructor. More...
|
|
| NewmarkBase (AnalysisAggregation *, int classTag, double gamma) |
| Constructor. More...
|
|
| NewmarkBase (AnalysisAggregation *, int classTag, double gamma, const RayleighDampingFactors &rF) |
| 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...
|
|
Base class for the two parameter time-stepping method developed by Nathan M.
Newmark.