|
xc
|
Base class for the two parameter time-stepping method developed by Nathan M. More...
#include <NewmarkBase.h>


Protected Member Functions | |
| 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... | |
Protected Member Functions inherited from XC::DampingFactorsIntegrator | |
| 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... | |
Protected Attributes | |
| double | gamma |
| gamma factor for Newmark method. | |
| double | c2 |
| double | c3 |
| some constants we need to keep | |
| ResponseQuantities | U |
| response quantities at time t+deltaT = predicted + corrected | |
Protected Attributes inherited from XC::DampingFactorsIntegrator | |
| RayleighDampingFactors | rayFactors |
| Rayleigh damping factors. | |
Additional Inherited Members | |
Public Member Functions inherited from XC::DampingFactorsIntegrator | |
| void | Print (std::ostream &s, int flag=0) const |
Base class for the two parameter time-stepping method developed by Nathan M.
Newmark.
|
protected |
Default constructor.
| owr | analysis aggregation that will own this object. |
| classTag | class identifier. |
|
protected |
Constructor.
| owr | analysis aggregation that will own this object. |
| classTag | class identifier. |
| _gamma | gamma factor for Newmark method. |
|
protected |
Constructor.
| owr | analysis aggregation that will own this object. |
| classTag | class identifier. |
| _gamma | gamma factor for Newmark method. |
| fF | Rayleigh damping factors. |
1.8.13