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