#include <InteractionParamsPy.h>
|
| | LinDampingPrmsPy (const std::string &name, double viscosity, int maxIterations) |
| |
| | DampingPrmsPy (const std::string &type, const std::string &name, double viscosity, int maxIterations) |
| |
| | CDampingIGP () |
| |
| | CDampingIGP (const string &type, const string &name, double viscosity, double dt, int maxIteractions, const Vec3 &refVelocity=Vec3::ZERO) |
| |
| virtual void | packInto (CVarMPIBuffer *) const |
| |
| void | setType (const string &type) |
| |
| void | setVRef (const Vec3 V) |
| |
| Vec3 | getVRef () const |
| |
| void | setVisc (double v) |
| |
| double | getVisc () const |
| |
| void | setTimeStep (double t) |
| |
| void | setTimeStepSize (double t) |
| |
| double | getTimeStep () const |
| |
| void | setMaxIter (int mi) |
| |
| int | getMaxIter () const |
| |
| virtual std::string | getTypeString () const |
| |
| | AIGParam (const std::string &name="") |
| |
| virtual | ~AIGParam () |
| |
| void | setName (const std::string &name) |
| |
| const std::string & | getName () const |
| |
| const std::string & | Name () const |
| |
◆ LinDampingPrmsPy()
| esys::lsm::LinDampingPrmsPy::LinDampingPrmsPy |
( |
const std::string & |
name, |
|
|
double |
viscosity, |
|
|
int |
maxIterations |
|
) |
| |
The documentation for this class was generated from the following files: