|
|
int | formEleTangent (FE_Element *theEle) |
| |
|
int | formNodTangent (DOF_Group *theDof) |
| |
|
int | domainChanged (void) |
| |
|
int | initialize (void) |
| |
|
int | newStep (double deltaT) |
| |
|
int | revertToLastStep (void) |
| |
|
int | update (const Vector &deltaU) |
| |
|
virtual int | sendSelf (CommParameters &) |
| | Sends object through the channel being passed as parameter.
|
| |
|
virtual int | recvSelf (const CommParameters &) |
| | Receives object through the channel being passed as parameter.
|
| |
|
void | Print (std::ostream &s, int flag=0) |
| |
|
void | Print (std::ostream &s, int flag=0) |
| |
|
|
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 (AnalysisAggregation *) |
| | Constructor.
|
| |
|
| Newmark1 (AnalysisAggregation *, double gamma, double beta, bool disp=true) |
| | Constructor.
|
| |
|
| Newmark1 (AnalysisAggregation *, 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 (AnalysisAggregation *, int classTag) |
| | Constructor. More...
|
| |
| | NewmarkBase2 (AnalysisAggregation *, int classTag, double gamma, double beta) |
| | Constructor. More...
|
| |
| | NewmarkBase2 (AnalysisAggregation *, int classTag, double gamma, double beta, const RayleighDampingFactors &rF) |
| | Constructor. More...
|
| |
|
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...
|
| |
Newmark1 is an algorithmic class for performing a transient analysis using the Newmark1 integration scheme.