xc
Protected Member Functions | Protected Attributes | List of all members

Base class for Rayleigh integrators. More...

#include <RayleighBase.h>

Inheritance diagram for XC::RayleighBase:
XC::DampingFactorsIntegrator XC::Collocation XC::HHTGeneralized XC::HHTRayleighBase XC::HHTBase XC::HHTExplicit XC::AlphaOSBase XC::CollocationHybridSimulation XC::HHT XC::HHTGeneralizedExplicit XC::HHTHybridSimulation XC::AlphaOS XC::AlphaOSGeneralized

Protected Member Functions

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.
 
 RayleighBase (AnalysisAggregation *, int classTag)
 Constructor. More...
 
 RayleighBase (AnalysisAggregation *, int classTag, const RayleighDampingFactors &)
 Constructor. More...
 
- Protected Member Functions inherited from XC::DampingFactorsIntegrator
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...
 

Protected Attributes

double deltaT
 
- Protected Attributes inherited from XC::DampingFactorsIntegrator
RayleighDampingFactors rayFactors
 Rayleigh damping factors.
 

Additional Inherited Members

- Public Member Functions inherited from XC::DampingFactorsIntegrator
void Print (std::ostream &s, int flag=0)
 

Detailed Description

Base class for Rayleigh integrators.

Constructor & Destructor Documentation

§ RayleighBase() [1/2]

XC::RayleighBase::RayleighBase ( AnalysisAggregation owr,
int  classTag 
)
protected

Constructor.

Parameters
owranalysis aggregation that will own this object.
classTagclass identifier.

§ RayleighBase() [2/2]

XC::RayleighBase::RayleighBase ( AnalysisAggregation owr,
int  classTag,
const RayleighDampingFactors rF 
)
protected

Constructor.

Parameters
owranalysis aggregation that will own this object.
classTagclass identifier.
fFRayleigh damping factors.

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