#include <vector>
#include <stack>
#include <string>
#include <cstdlib>
Go to the source code of this file.
Classes | |
struct | fvmathParser::MathElement |
class | fvmathParser::MathCalculator |
Namespaces | |
namespace | fvmathParser |
Enumerations | |
enum | fvmathParser::ElemType { fvmathParser::Number, fvmathParser::Vector, fvmathParser::Plus, fvmathParser::Minus, fvmathParser::Multiply, fvmathParser::Divide, fvmathParser::Power, fvmathParser::Open, fvmathParser::Close } |
Functions | |
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) |