xc
|
Base class for Rayleigh integrators. More...
#include <RayleighBase.h>
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... | |
![]() | |
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 |
![]() | |
RayleighDampingFactors | rayFactors |
Rayleigh damping factors. | |
Additional Inherited Members | |
![]() | |
void | Print (std::ostream &s, int flag=0) |
Base class for Rayleigh integrators.
|
protected |
Constructor.
owr | analysis aggregation that will own this object. |
classTag | class identifier. |
|
protected |
Constructor.
owr | analysis aggregation that will own this object. |
classTag | class identifier. |
fF | Rayleigh damping factors. |