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

HHTGeneralized is an algorithmic class for performing a transient analysis using the HHTGeneralized integration scheme. More...

#include <HHTGeneralized.h>

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

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::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.
 
 HHTGeneralized (SolutionStrategy *)
 Constructor.
 
 HHTGeneralized (SolutionStrategy *, double rhoInf)
 Constructor.
 
 HHTGeneralized (SolutionStrategy *, double rhoInf, const RayleighDampingFactors &rF)
 Constructor.
 
 HHTGeneralized (SolutionStrategy *, double alphaI, double alphaF, double beta, double gamma)
 Constructor.
 
 HHTGeneralized (SolutionStrategy *, double alphaI, double alphaF, double beta, double gamma, const RayleighDampingFactors &rF)
 Constructor.
 
IntegratorgetCopy (void) const
 
- 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::RayleighBase
double deltaT
 
- Protected Attributes inherited from XC::DampingFactorsIntegrator
RayleighDampingFactors rayFactors
 Rayleigh damping factors.
 

Detailed Description

HHTGeneralized is an algorithmic class for performing a transient analysis using the HHTGeneralized integration scheme.


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