Finite Element Domain Decomposition Library
FEDDLib
Loading...
Searching...
No Matches
FEDD::Helper Member List

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::Helperstatic
buildTransformation(const vec_int_Type &element, vec2D_dbl_ptr_Type pointsRep, SmallMatrix< SC > &B, std::string FEType="P")FEDD::Helperstatic
buildTransformation(const vec_int_Type &element, vec2D_dbl_ptr_Type pointsRep, SmallMatrix< SC > &B, vec_dbl_Type &b, std::string FEType="P")FEDD::Helperstatic
buildTransformationSurface(const vec_int_Type &element, vec2D_dbl_ptr_Type pointsRep, SmallMatrix< SC > &B, vec_dbl_Type &b, std::string FEType="P")FEDD::Helperstatic
computeSurfaceNormal(int dim, vec2D_dbl_ptr_Type pointsRep, vec_int_Type nodeList, vec_dbl_Type &v_E, double &norm_v_E)FEDD::Helperstatic
Deriv0 enum valueFEDD::Helper
Deriv1 enum valueFEDD::Helper
determineDegree(UN dim, std::string FEType, VarType orderOfDerivative)FEDD::Helperstatic
getDPhi(vec3D_dbl_ptr_Type &DPhi, vec_dbl_ptr_Type &weightsDPhi, int Dimension, std::string FEType, int Degree)FEDD::Helperstatic
getDPhiAtCM(vec3D_dbl_ptr_Type &DPhi, int dim, std::string FEType)FEDD::Helperstatic
getFuncAtQuadNodes(vec_dbl_ptr_Type &funcVals, RhsFunc_Type &rhsFunc, int dim, std::string FEType, int Degree, std::string FETypeQuadPoints="") (defined in FEDD::Helper)FEDD::Helperstatic
getPhi(vec2D_dbl_ptr_Type &Phi, vec_dbl_ptr_Type &weightsPhi, int dim, std::string FEType, int Degree, std::string FETypeQuadPoints="")FEDD::Helperstatic
getPhiGlobal(vec2D_dbl_ptr_Type &Phi, vec_dbl_ptr_Type &weightsPhi, int dim, std::string FEType, int Degree) (defined in FEDD::Helper)FEDD::Helperinlinestatic
getQuadratureValues(int Dimension, int Degree, vec2D_dbl_ptr_Type &QuadPts, vec_dbl_ptr_Type &QuadW, std::string FEType)FEDD::Helperstatic
getQuadratureValuesOnSurface(int dim, std::string FEType, vec_dbl_Type &QuadW, vec_LO_Type surfaceIDs, vec2D_dbl_ptr_Type points)FEDD::Helperstatic
gradPhi(int Dimension, int intFE, int i, vec_dbl_Type &QuadPts, vec_dbl_ptr_Type &value)FEDD::Helperstatic
phi(int dim, int intFE, int i, vec_dbl_Type &p, double *value)FEDD::Helperstatic
SC typedef (defined in FEDD::Helper)FEDD::Helper
VarType enum nameFEDD::Helper