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

Base class for Rayleigh integrators. More...

#include <RayleighBase.h>

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

Protected Member Functions

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...
 

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) const
 

Detailed Description

Base class for Rayleigh integrators.

Constructor & Destructor Documentation

◆ RayleighBase() [1/2]

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

Constructor.

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

◆ RayleighBase() [2/2]

XC::RayleighBase::RayleighBase ( SolutionStrategy 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: