Data Fields | |
int | inc [3] |
PFSGeoPoint | normal |
PFSGeoPoint | center |
double | area |
double | W [3][2] |
PFSGeoPoint | min3dbox |
PFSGeoPoint | max3dbox |
PFSGeoSurfPar | minparbox |
PFSGeoSurfPar | maxparbox |
Definition at line 228 of file pfs.c.
int PfsElem::inc[3] |
element node incidence vector
Definition at line 230 of file pfs.c.
Referenced by pfs3dPntCurElem(), pfsBuildNodeAdj(), pfsChkProxElemEdge(), pfsChkProxElemNode(), pfsComputeElemJac(), pfsDistPntCurElem(), pfsEdgeShot(), pfsElem3dBoundBox(), pfsElemCenter(), pfsElemLocalGradients(), pfsElemNormal(), pfsElemParBoundBox(), pfsFaceShot(), pfsFindRefElem(), pfsNodeConfMapCoeff(), pfsNodeShot(), pfsParDerivCurElem(), pfsParPntCurElem(), pfsParPntCurElemAttract(), pfsRAddElem(), pfsRItrElemNode(), and pfsRShot().
element normal vector
Definition at line 232 of file pfs.c.
Referenced by pfs3dGetAreaCoord(), pfsDistPntCurElem(), pfsElemNormal(), pfsFindRefElem(), pfsInitParams(), pfsNodeConstrNormal(), pfsNodeNormal(), and pfsRItrElemNormal().
element center point
Definition at line 234 of file pfs.c.
Referenced by pfsElemCenter(), and pfsRItrElemCenter().
double PfsElem::area |
element area
Definition at line 236 of file pfs.c.
Referenced by pfsElemNormal(), and pfsFindRefElem().
double PfsElem::W[3][2] |
element Cauchy-Riemann gradient components
Definition at line 238 of file pfs.c.
Referenced by pfsElemLocalGradients(), and pfsNodeConfMapCoeff().
min. 3d value of element bounding box
Definition at line 240 of file pfs.c.
Referenced by pfsElem3dBoundBox(), and pfsRItrElem3dBox().
max. 3d value of element bounding box
Definition at line 242 of file pfs.c.
Referenced by pfsElem3dBoundBox(), and pfsRItrElem3dBox().
min. parametric value of element bounding box
Definition at line 244 of file pfs.c.
Referenced by pfsElemParBoundBox(), pfsRAddElem(), and pfsRItrElemParBox().
max. parametric value of element bounding box
Definition at line 246 of file pfs.c.
Referenced by pfsElemParBoundBox(), pfsRAddElem(), and pfsRItrElemParBox().