Motion model class to be passed to computational units/kernels for transfing points and returning velocities at various positions. More...
Public Member Functions | |
INLINE_FUNCTION_HD | Model (deviceViewType1D< vibrating > comps, int32 numComps) |
INLINE_FUNCTION_HD | Model (const Model &)=default |
INLINE_FUNCTION_HD Model & | operator= (const Model &)=default |
INLINE_FUNCTION_HD realx3 | pointVelocity (int32 n, const realx3 &p) const |
INLINE_FUNCTION_HD realx3 | operator() (int32 n, const realx3 &p) const |
INLINE_FUNCTION_HD realx3 | transferPoint (int32 n, const realx3 p, real dt) const |
INLINE_FUNCTION_HD int32 | numComponents () const |
Protected Attributes | |
deviceViewType1D< vibrating > | components_ |
int32 | numComponents_ =0 |
Motion model class to be passed to computational units/kernels for transfing points and returning velocities at various positions.
Definition at line 75 of file vibratingMotion.hpp.
|
inline |
Definition at line 85 of file vibratingMotion.hpp.
|
default |
|
default |
|
inline |
Definition at line 99 of file vibratingMotion.hpp.
References vibratingMotion::Model::components_, and n.
Referenced by vibratingMotion::Model::operator()().
|
inline |
Definition at line 105 of file vibratingMotion.hpp.
References n, and vibratingMotion::Model::pointVelocity().
|
inline |
Definition at line 111 of file vibratingMotion.hpp.
References vibratingMotion::Model::components_, and n.
|
inline |
Definition at line 116 of file vibratingMotion.hpp.
References vibratingMotion::Model::numComponents_.
|
protected |
Definition at line 79 of file vibratingMotion.hpp.
Referenced by vibratingMotion::Model::pointVelocity(), and vibratingMotion::Model::transferPoint().
|
protected |
Definition at line 80 of file vibratingMotion.hpp.
Referenced by vibratingMotion::Model::numComponents().