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