xc
|
Base class for Rayleigh integrators. More...
#include <RayleighBase.h>
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... | |
![]() | |
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 |
![]() | |
RayleighDampingFactors | rayFactors |
Rayleigh damping factors. | |
Additional Inherited Members | |
![]() | |
void | Print (std::ostream &s, int flag=0) const |
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. |