xc
Public Member Functions | Protected Member Functions | Friends | List of all members

AlphaOSGeneralized is an algorithmic class for performing a transient analysis using the generalized Alpha-Operator-Splitting integration scheme. More...

#include <AlphaOSGeneralized.h>

Inheritance diagram for XC::AlphaOSGeneralized:
Inheritance graph
[legend]
Collaboration diagram for XC::AlphaOSGeneralized:
Collaboration graph
[legend]

Public Member Functions

int formEleTangent (FE_Element *theEle)
 
int formNodTangent (DOF_Group *theDof)
 
int domainChanged (void)
 
int newStep (double deltaT)
 
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)
 
 AlphaOSGeneralized (SolutionStrategy *)
 Constructor.
 
 AlphaOSGeneralized (SolutionStrategy *, double rhoInf)
 Constructor.
 
 AlphaOSGeneralized (SolutionStrategy *, double rhoInf, const RayleighDampingFactors &rF)
 Constructor.
 
 AlphaOSGeneralized (SolutionStrategy *, double alphaI, double alphaF, double beta, double gamma)
 Constructor.
 
 AlphaOSGeneralized (SolutionStrategy *, double alphaI, double alphaF, double beta, double gamma, const RayleighDampingFactors &rF)
 Constructor.
 
IntegratorgetCopy (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.
 

Detailed Description

AlphaOSGeneralized is an algorithmic class for performing a transient analysis using the generalized Alpha-Operator-Splitting integration scheme.

The parameters alpha correspond to \(1+\alpha_{HHT}\).


The documentation for this class was generated from the following files: