Namespaces |
namespace | fvmathParser |
Defines |
#define | MY_PRISM 0 |
#define | ut_max(x, y) ((x)>(y)?(x):(y)) |
#define | ut_min(x, y) ((x)<(y)?(x):(y)) |
#define | ut_abs(x) ((x)<0?-(x):(x)) |
Functions |
double | fvmathParser::ut_vec3_length (double *vec) |
double | fvmathParser::ut_mat3_inv (double *mat, double *mat_inv) |
| * local variables */
|
int | fvmathParser::apr_shape_fun_3D (int Base_type, int Pdeg, double *Eta, double *Base_phi, double *Base_dphix, double *Base_dphiy, double *Base_dphiz) |
double | fvmathParser::my_apr_elem_calc_3D_mod (int Control, int Nreq, int *Pdeg_vec, int Base_type, double *Eta, double *Node_coor, double *Sol_dofs, double *Base_phi, double *Base_dphix, double *Base_dphiy, double *Base_dphiz, double *Xcoor, double *Sol, double *Dsolx, double *Dsoly, double *Dsolz, double *Vec_nor) |
int | fvmathParser::apr_shape_fun_2D (int Base_type, int Pdeg, double *Eta, double *Base_phi, double *Base_dphix, double *Base_dphiy) |
int | fvmathParser::apr_shape_fun_1D (int Pdeg, double Eta, double *Base_phi, double *Base_dphix) |