MBDyn-1.7.3
|
Functions | |
template<class T1 , class T2 > | |
void | CoeffA (const T1 &phi, const Vec3 &p, T2 *const coeff) |
template<class T1 , class T2 > | |
void | CoeffB (const T1 &phi, const Vec3 &p, T2 *const coeff) |
template<class T1 , class T2 > | |
void | CoeffC (const T1 &phi, const Vec3 &p, T2 *const coeff) |
template<class T1 , class T2 > | |
void | CoeffD (const T1 &phi, const Vec3 &p, T2 *const coeff) |
template<class T1 , class T2 > | |
void | CoeffE (const T1 &phi, const Vec3 &p, T2 *const coeff) |
template<class T1 , class T2 > | |
void | CoeffF (const T1 &phi, const Vec3 &p, T2 *const coeff) |
template<class T1 , class T2 > | |
void | CoeffCStar (const T1 &phi, const Vec3 &p, T2 *const coeff, T2 *const coeffs) |
template<class T1 , class T2 > | |
void | CoeffEStar (const T1 &phi, const Vec3 &p, T2 *const coeff, T2 *const coeffs) |
Variables | |
const Int | COEFF_A = 1 |
const Int | COEFF_B = 2 |
const Int | COEFF_C = 3 |
const Int | COEFF_D = 4 |
const Int | COEFF_E = 5 |
const Int | COEFF_F = 6 |
const Int | COEFF_C_STAR = 1 |
const Int | COEFF_E_STAR = 2 |
void RotCoeff::CoeffA | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff | ||
) |
Referenced by RotManip::VecRot().
void RotCoeff::CoeffB | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff | ||
) |
Referenced by RotManip::Rot(), and RoTrManip::RoTr().
void RotCoeff::CoeffC | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff | ||
) |
Referenced by RotManip::DRot(), RoTrManip::DRoTr(), RotManip::RotAndDRot(), and RoTrManip::RoTrAndDRoTr().
void RotCoeff::CoeffCStar | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff, | ||
T2 *const | coeffs | ||
) |
void RotCoeff::CoeffD | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff | ||
) |
void RotCoeff::CoeffE | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff | ||
) |
Referenced by RotManip::Elle(), and RoTrManip::Elle().
void RotCoeff::CoeffEStar | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff, | ||
T2 *const | coeffs | ||
) |
void RotCoeff::CoeffF | ( | const T1 & | phi, |
const Vec3 & | p, | ||
T2 *const | coeff | ||
) |
const Int RotCoeff::COEFF_A = 1 |
Definition at line 62 of file RotCoeff.hh.
const Int RotCoeff::COEFF_B = 2 |
Definition at line 63 of file RotCoeff.hh.
Referenced by RotManip::Rot(), and RoTrManip::RoTr().
const Int RotCoeff::COEFF_C = 3 |
Definition at line 64 of file RotCoeff.hh.
Referenced by RotManip::DRot(), RoTrManip::DRoTr(), RotManip::RotAndDRot(), and RoTrManip::RoTrAndDRoTr().
const Int RotCoeff::COEFF_C_STAR = 1 |
Definition at line 69 of file RotCoeff.hh.
Referenced by RotManip::DRot_I(), RotManip::DRot_IT(), RoTrManip::DRoTr_I(), RoTrManip::DRoTr_It(), RotManip::RotAndDRot_IT(), and RoTrManip::RoTrAndDRoTr_It().
const Int RotCoeff::COEFF_D = 4 |
Definition at line 65 of file RotCoeff.hh.
Referenced by RotManip::DRot_I(), RotManip::DRot_IT(), RoTrManip::DRoTr_I(), RoTrManip::DRoTr_It(), RotManip::RotAndDRot_IT(), and RoTrManip::RoTrAndDRoTr_It().
const Int RotCoeff::COEFF_E = 5 |
Definition at line 66 of file RotCoeff.hh.
Referenced by RotManip::Elle(), and RoTrManip::Elle().
const Int RotCoeff::COEFF_E_STAR = 2 |
Definition at line 70 of file RotCoeff.hh.
const Int RotCoeff::COEFF_F = 6 |
Definition at line 67 of file RotCoeff.hh.