MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
RotCoeff.hh File Reference
#include <ac/f2c.h>
#include <matvec3.h>
#include <matvecexp.h>
#include "RotCoeff.hc"
Include dependency graph for RotCoeff.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 RotCoeff
 

Functions

template<class T1 , class T2 >
void RotCoeff::CoeffA (const T1 &phi, const Vec3 &p, T2 *const coeff)
 
template<class T1 , class T2 >
void RotCoeff::CoeffB (const T1 &phi, const Vec3 &p, T2 *const coeff)
 
template<class T1 , class T2 >
void RotCoeff::CoeffC (const T1 &phi, const Vec3 &p, T2 *const coeff)
 
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)
 
template<class T1 , class T2 >
void RotCoeff::CoeffF (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::CoeffEStar (const T1 &phi, const Vec3 &p, T2 *const coeff, T2 *const coeffs)
 

Variables

const Int RotCoeff::COEFF_A = 1
 
const Int RotCoeff::COEFF_B = 2
 
const Int RotCoeff::COEFF_C = 3
 
const Int RotCoeff::COEFF_D = 4
 
const Int RotCoeff::COEFF_E = 5
 
const Int RotCoeff::COEFF_F = 6
 
const Int RotCoeff::COEFF_C_STAR = 1
 
const Int RotCoeff::COEFF_E_STAR = 2