CG
Version 25
|
#include "OGFunction.h"
Macros | |
#define | OGF EXTERN_C_NAME(ogf) |
#define | OGDERIV EXTERN_C_NAME(ogderiv) |
#define | INSBFU2D EXTERN_C_NAME(insbfu2d) |
#define | INSBFV2D EXTERN_C_NAME(insbfv2d) |
#define | INSBFU3D EXTERN_C_NAME(insbfu3d) |
#define | INSBFV3D EXTERN_C_NAME(insbfv3d) |
#define | INSBFW3D EXTERN_C_NAME(insbfw3d) |
#define | EXX EXTERN_C_NAME(exx) |
Functions | |
real | OGF (OGFunction *&e, const real &x, const real &y, const real &z, const int &c, const real &t) |
void | OGDERIV (OGFunction *&ep, const int &ntd, const int &nxd, const int &nyd, const int &nzd, const real &x, const real &y, const real &z, const real &t, const int &n, real &ud) |
real | INSBFU2D (OGFunction *&ep, const real &x, const real &y, const real &z, const real &t, const real &nu, const int &pc, const int &uc, const int &vc) |
real | INSBFV2D (OGFunction *&ep, const real &x, const real &y, const real &z, const real &t, const real &nu, const int &pc, const int &uc, const int &vc) |
real | INSBFU3D (OGFunction *&ep, const real &x, const real &y, const real &z, const real &t, const real &nu, const int &pc, const int &uc, const int &vc, const int &wc) |
real | INSBFV3D (OGFunction *&ep, const real &x, const real &y, const real &z, const real &t, const real &nu, const int &pc, const int &uc, const int &vc, const int &wc) |
real | INSBFW3D (OGFunction *&ep, const real &x, const real &y, const real &z, const real &t, const real &nu, const int &pc, const int &uc, const int &vc, const int &wc) |
real | EXX (OGFunction *&e, const real &x, const real &y, const real &z, const int &c, const real &t) |
#define EXX EXTERN_C_NAME(exx) |
#define INSBFU2D EXTERN_C_NAME(insbfu2d) |
#define INSBFU3D EXTERN_C_NAME(insbfu3d) |
#define INSBFV2D EXTERN_C_NAME(insbfv2d) |
#define INSBFV3D EXTERN_C_NAME(insbfv3d) |
#define INSBFW3D EXTERN_C_NAME(insbfw3d) |
#define OGDERIV EXTERN_C_NAME(ogderiv) |
#define OGF EXTERN_C_NAME(ogf) |
real EXX | ( | OGFunction *& | e, |
const real & | x, | ||
const real & | y, | ||
const real & | z, | ||
const int & | c, | ||
const real & | t | ||
) |
real INSBFU2D | ( | OGFunction *& | ep, |
const real & | x, | ||
const real & | y, | ||
const real & | z, | ||
const real & | t, | ||
const real & | nu, | ||
const int & | pc, | ||
const int & | uc, | ||
const int & | vc | ||
) |
real INSBFU3D | ( | OGFunction *& | ep, |
const real & | x, | ||
const real & | y, | ||
const real & | z, | ||
const real & | t, | ||
const real & | nu, | ||
const int & | pc, | ||
const int & | uc, | ||
const int & | vc, | ||
const int & | wc | ||
) |
real INSBFV2D | ( | OGFunction *& | ep, |
const real & | x, | ||
const real & | y, | ||
const real & | z, | ||
const real & | t, | ||
const real & | nu, | ||
const int & | pc, | ||
const int & | uc, | ||
const int & | vc | ||
) |
real INSBFV3D | ( | OGFunction *& | ep, |
const real & | x, | ||
const real & | y, | ||
const real & | z, | ||
const real & | t, | ||
const real & | nu, | ||
const int & | pc, | ||
const int & | uc, | ||
const int & | vc, | ||
const int & | wc | ||
) |
real INSBFW3D | ( | OGFunction *& | ep, |
const real & | x, | ||
const real & | y, | ||
const real & | z, | ||
const real & | t, | ||
const real & | nu, | ||
const int & | pc, | ||
const int & | uc, | ||
const int & | vc, | ||
const int & | wc | ||
) |
void OGDERIV | ( | OGFunction *& | ep, |
const int & | ntd, | ||
const int & | nxd, | ||
const int & | nyd, | ||
const int & | nzd, | ||
const real & | x, | ||
const real & | y, | ||
const real & | z, | ||
const real & | t, | ||
const int & | n, | ||
real & | ud | ||
) |