mod_fem_viewer/utils/fv_mathparser.cpp File Reference

#include <cassert>
#include "fv_mathparser.h"
#include "fv_str_utils.h"
#include "fv_conv_utils.h"
#include "fv_exception.h"
#include "aph_intf.h"
#include <iostream>
#include <sstream>
#include <string>
#include <cmath>
Include dependency graph for fv_mathparser.cpp:

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)

Define Documentation

#define MY_PRISM   0
#define ut_abs (  )     ((x)<0?-(x):(x))
#define ut_max ( x,
 )     ((x)>(y)?(x):(y))
#define ut_min ( x,
 )     ((x)<(y)?(x):(y))
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1