|
xc
|
The three parameter Hilbert-Hughes-Taylor time-stepping method. More...
#include <HHT1.h>


Public Member Functions | |
| int | formEleTangent (FE_Element *theEle) |
| int | formNodTangent (DOF_Group *theDof) |
| int | domainChanged (void) |
| int | initialize (void) |
| int | newStep (double deltaT) |
| int | update (const Vector &deltaU) |
| int | commit (void) |
| virtual int | sendSelf (Communicator &) |
| Sends object through the communicator argument. | |
| virtual int | recvSelf (const Communicator &) |
| Receives object through the communicator argument. | |
| void | Print (std::ostream &s, int flag=0) const |
Public Member Functions inherited from XC::DampingFactorsIntegrator | |
| void | Print (std::ostream &s, int flag=0) const |
Protected Member Functions | |
| int | sendData (Communicator &) |
| Send object members through the communicator argument. | |
| int | recvData (const Communicator &) |
| Receives object members through the communicator argument. | |
| HHT1 (SolutionStrategy *) | |
| Constructor. More... | |
| HHT1 (SolutionStrategy *, double alpha) | |
| Constructor. More... | |
| HHT1 (SolutionStrategy *, double alpha, const RayleighDampingFactors &rF) | |
| Constructor. More... | |
| Integrator * | getCopy (void) const |
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... | |
Friends | |
| class | SolutionStrategy |
Additional Inherited Members | |
Protected Attributes inherited from XC::DampingFactorsIntegrator | |
| RayleighDampingFactors | rayFactors |
| Rayleigh damping factors. | |
The three parameter Hilbert-Hughes-Taylor time-stepping method.
|
protected |
Constructor.
| owr | analysis aggregation that will own this object. |
|
protected |
Constructor.
| owr | analysis aggregation that will own this object. |
|
protected |
Constructor.
| owr | analysis aggregation that will own this object. |
| int XC::HHT1::domainChanged | ( | void | ) |
NOTE WE CAN't DO TOGETHER BECAUSE DOF_GROUPS USING SINGLE VECTOR ****** for (int i=0; i < id.Size(); i++) { int loc = id(i); if (loc >= 0) { (*U)(loc) = disp(i); (U.getDot())(loc) = vel(i); (U.getDotDot())(loc) = accel(i); } }
1.8.13