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 |
Definition at line 45 of file vibratingMotion.hpp.
|
inline |
Definition at line 55 of file vibratingMotion.hpp.
|
default |
|
default |
|
inline |
Definition at line 69 of file vibratingMotion.hpp.
References vibratingMotion::Model::components_, and n.
Referenced by vibratingMotion::Model::operator()().
|
inline |
Definition at line 75 of file vibratingMotion.hpp.
References n, and vibratingMotion::Model::pointVelocity().
|
inline |
Definition at line 81 of file vibratingMotion.hpp.
References vibratingMotion::Model::components_, and n.
|
inline |
Definition at line 86 of file vibratingMotion.hpp.
References vibratingMotion::Model::numComponents_.
|
protected |
Definition at line 49 of file vibratingMotion.hpp.
Referenced by vibratingMotion::Model::pointVelocity(), and vibratingMotion::Model::transferPoint().
|
protected |
Definition at line 50 of file vibratingMotion.hpp.
Referenced by vibratingMotion::Model::numComponents().