Finite Element Domain Decomposition Library
FEDDLib
|
This is the complete list of members for FEDD::Helper, including all inherited members.
applyBTinv(vec3D_dbl_ptr_Type &dPhiIn, vec3D_dbl_Type &dPhiOut, const SmallMatrix< SC > &Binv) | FEDD::Helper | static |
buildTransformation(const vec_int_Type &element, vec2D_dbl_ptr_Type pointsRep, SmallMatrix< SC > &B, std::string FEType="P") | FEDD::Helper | static |
buildTransformation(const vec_int_Type &element, vec2D_dbl_ptr_Type pointsRep, SmallMatrix< SC > &B, vec_dbl_Type &b, std::string FEType="P") | FEDD::Helper | static |
buildTransformationSurface(const vec_int_Type &element, vec2D_dbl_ptr_Type pointsRep, SmallMatrix< SC > &B, vec_dbl_Type &b, std::string FEType="P") | FEDD::Helper | static |
computeSurfaceNormal(int dim, vec2D_dbl_ptr_Type pointsRep, vec_int_Type nodeList, vec_dbl_Type &v_E, double &norm_v_E) | FEDD::Helper | static |
Deriv0 enum value | FEDD::Helper | |
Deriv1 enum value | FEDD::Helper | |
determineDegree(UN dim, std::string FEType, VarType orderOfDerivative) | FEDD::Helper | static |
getDPhi(vec3D_dbl_ptr_Type &DPhi, vec_dbl_ptr_Type &weightsDPhi, int Dimension, std::string FEType, int Degree) | FEDD::Helper | static |
getDPhiAtCM(vec3D_dbl_ptr_Type &DPhi, int dim, std::string FEType) | FEDD::Helper | static |
getFuncAtQuadNodes(vec_dbl_ptr_Type &funcVals, RhsFunc_Type &rhsFunc, int dim, std::string FEType, int Degree, std::string FETypeQuadPoints="") (defined in FEDD::Helper) | FEDD::Helper | static |
getPhi(vec2D_dbl_ptr_Type &Phi, vec_dbl_ptr_Type &weightsPhi, int dim, std::string FEType, int Degree, std::string FETypeQuadPoints="") | FEDD::Helper | static |
getPhiGlobal(vec2D_dbl_ptr_Type &Phi, vec_dbl_ptr_Type &weightsPhi, int dim, std::string FEType, int Degree) (defined in FEDD::Helper) | FEDD::Helper | inlinestatic |
getQuadratureValues(int Dimension, int Degree, vec2D_dbl_ptr_Type &QuadPts, vec_dbl_ptr_Type &QuadW, std::string FEType) | FEDD::Helper | static |
getQuadratureValuesOnSurface(int dim, std::string FEType, vec_dbl_Type &QuadW, vec_LO_Type surfaceIDs, vec2D_dbl_ptr_Type points) | FEDD::Helper | static |
gradPhi(int Dimension, int intFE, int i, vec_dbl_Type &QuadPts, vec_dbl_ptr_Type &value) | FEDD::Helper | static |
phi(int dim, int intFE, int i, vec_dbl_Type &p, double *value) | FEDD::Helper | static |
SC typedef (defined in FEDD::Helper) | FEDD::Helper | |
VarType enum name | FEDD::Helper |