| xc
    | 
AlphaOS is an algorithmic class for performing a transient analysis using the Alpha-Operator-Splitting integration scheme. More...
#include <AlphaOS.h>


| Public Member Functions | |
| int | formEleTangent (FE_Element *theEle) | 
| int | formNodTangent (DOF_Group *theDof) | 
| int | domainChanged (void) | 
| int | newStep (double deltaT) | 
| int | revertToLastStep (void) | 
| int | update (const Vector &deltaU) | 
| int | commit (void) | 
| virtual int | sendSelf (Communicator &) | 
| virtual int | recvSelf (const Communicator &) | 
| void | Print (std::ostream &s, int flag=0) const | 
|  Public Member Functions inherited from XC::AlphaOSBase | |
| int | newStep (double deltaT) | 
| int | revertToLastStep (void) | 
|  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. | |
| virtual int | formElementResidual (void) | 
| AlphaOS (SolutionStrategy *) | |
| Constructor. | |
| AlphaOS (SolutionStrategy *, double alpha) | |
| Constructor. | |
| AlphaOS (SolutionStrategy *, double alpha, const RayleighDampingFactors &rF) | |
| Constructor. | |
| AlphaOS (SolutionStrategy *, double alpha, double beta, double gamma) | |
| Constructor. | |
| AlphaOS (SolutionStrategy *, double alpha, double beta, double gamma, const RayleighDampingFactors &rF) | |
| Constructor. | |
| Integrator * | getCopy (void) const | 
|  Protected Member Functions inherited from XC::AlphaOSBase | |
| int | sendData (Communicator &) | 
| Send object members through the communicator argument. | |
| int | recvData (const Communicator &) | 
| Receives object members through the communicator argument. | |
| AlphaOSBase (SolutionStrategy *, int classTag) | |
| Constructor. | |
| AlphaOSBase (SolutionStrategy *, int classTag, double beta, double gamma) | |
| Constructor. | |
| AlphaOSBase (SolutionStrategy *, int classTag, double beta, double gamma, const RayleighDampingFactors &rF) | |
| Constructor. | |
|  Protected Member Functions inherited from XC::HHTBase | |
| int | sendData (Communicator &) | 
| Send object members through the communicator argument. | |
| int | recvData (const Communicator &) | 
| Receives object members through the communicator argument. | |
| HHTBase (SolutionStrategy *, int classTag) | |
| Constructor.  More... | |
| HHTBase (SolutionStrategy *, int classTag, double alpha) | |
| Constructor.  More... | |
| HHTBase (SolutionStrategy *, int classTag, double alpha, const RayleighDampingFactors &rF) | |
| Constructor.  More... | |
| HHTBase (SolutionStrategy *, int classTag, double alpha, double beta, double gamma) | |
| Constructor.  More... | |
| HHTBase (SolutionStrategy *, int classTag, double alpha, double beta, double gamma, const RayleighDampingFactors &rF) | |
| Constructor.  More... | |
|  Protected Member Functions inherited from XC::HHTRayleighBase | |
| int | sendData (Communicator &) | 
| Send object members through the communicator argument. | |
| int | recvData (const Communicator &) | 
| Receives object members through the communicator argument. | |
| HHTRayleighBase (SolutionStrategy *, int classTag) | |
| Constructor.  More... | |
| HHTRayleighBase (SolutionStrategy *, int classTag, double alpha) | |
| Constructor.  More... | |
| HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, const RayleighDampingFactors &rF) | |
| Constructor.  More... | |
| HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, double gamma) | |
| Constructor.  More... | |
| HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, double gamma, const RayleighDampingFactors &rF) | |
| Constructor.  More... | |
|  Protected Member Functions inherited from XC::RayleighBase | |
| int | sendData (Communicator &) | 
| Send object members through the communicator argument. | |
| int | recvData (const Communicator &) | 
| Receives object members through the communicator argument. | |
| RayleighBase (SolutionStrategy *, int classTag) | |
| Constructor.  More... | |
| RayleighBase (SolutionStrategy *, int classTag, const RayleighDampingFactors &) | |
| 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... | |
| Friends | |
| class | SolutionStrategy | 
| Additional Inherited Members | |
|  Protected Attributes inherited from XC::AlphaOSBase | |
| int | updateCount | 
| ResponseQuantities | Upt | 
| method should only have one update per step  More... | |
|  Protected Attributes inherited from XC::HHTBase | |
| double | beta | 
| double | c1 | 
| parameter  More... | |
|  Protected Attributes inherited from XC::HHTRayleighBase | |
| double | alpha | 
| should be between 0.67 and 1.0 (alpha factor corresponds to Newmark method.  More... | |
| double | gamma | 
| factor. | |
| double | c2 | 
| double | c3 | 
| ResponseQuantities | Ut | 
| response quantities at time t | |
| ResponseQuantities | U | 
| response quantities at time t + delta t | |
| ResponseQuantities | Ualpha | 
| response quantities at time t+alpha delta t | |
|  Protected Attributes inherited from XC::RayleighBase | |
| double | deltaT | 
|  Protected Attributes inherited from XC::DampingFactorsIntegrator | |
| RayleighDampingFactors | rayFactors | 
| Rayleigh damping factors. | |
AlphaOS is an algorithmic class for performing a transient analysis using the Alpha-Operator-Splitting integration scheme.
The parameter alpha corresponds to 1+alpha_{HHT}.
 1.8.13
 1.8.13