|
xc
|
Base class for the integrators that make use of Rayleigh damping factors. More...
#include <DampingFactorsIntegrator.h>


Public Member Functions | |
| void | Print (std::ostream &s, int flag=0) const |
Protected Member Functions | |
| 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 | |
| RayleighDampingFactors | rayFactors |
| Rayleigh damping factors. | |
Base class for the integrators that make use of Rayleigh damping factors.
|
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