MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
RotCoeff Namespace Reference

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
 

Function Documentation

template<class T1 , class T2 >
void RotCoeff::CoeffA ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff 
)

Referenced by RotManip::VecRot().

template<class T1 , class T2 >
void RotCoeff::CoeffB ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff 
)

Referenced by RotManip::Rot(), and RoTrManip::RoTr().

template<class T1 , class T2 >
void RotCoeff::CoeffC ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff 
)
template<class T1 , class T2 >
void RotCoeff::CoeffCStar ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff,
T2 *const  coeffs 
)
template<class T1 , class T2 >
void RotCoeff::CoeffD ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff 
)
template<class T1 , class T2 >
void RotCoeff::CoeffE ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff 
)

Referenced by RotManip::Elle(), and RoTrManip::Elle().

template<class T1 , class T2 >
void RotCoeff::CoeffEStar ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff,
T2 *const  coeffs 
)
template<class T1 , class T2 >
void RotCoeff::CoeffF ( const T1 &  phi,
const Vec3 p,
T2 *const  coeff 
)

Variable Documentation

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
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.