Data Fields | |
PFSGeoPoint | coord |
PFSGeoPoint | normal |
PFSGeoPoint | ddu |
PFSGeoPoint | ddv |
PFSGeoSurfPar | par |
int | degree |
double | AtA [2][2] |
struct _pfsadjnode * | adj_head |
int | type |
Definition at line 267 of file pfs.c.
nodal coordinates
Definition at line 269 of file pfs.c.
Referenced by pfsAddAdjNode(), pfsCompute3dBoundBox(), pfsComputeElemJac(), pfsElem3dBoundBox(), pfsElemCenter(), pfsElemLocalGradients(), pfsElemNormal(), pfsFindRefElem(), pfsInitParams(), pfsRAddNode(), and pfsRItrNodeCoords().
nodal normal vector
Definition at line 271 of file pfs.c.
Referenced by pfsNodeNormal(), and pfsRItrNodeNormal().
term of jacobian matrix
Definition at line 273 of file pfs.c.
Referenced by pfsNodeJacobian(), and pfsRItrNodeJacobian().
term of jacobian matrix
Definition at line 275 of file pfs.c.
Referenced by pfsNodeJacobian(), and pfsRItrNodeJacobian().
surface parametric values
Definition at line 277 of file pfs.c.
Referenced by pfsComputeElemJac(), pfsComputeParBoundBox(), pfsElemParBoundBox(), pfsInitParams(), pfsNormalizeParVals(), pfsRAddNode(), pfsRItrNodeParVals(), and pfsSolveSurfPar1Pass().
int PfsNode::degree |
number of adjacent nodes
Definition at line 279 of file pfs.c.
Referenced by pfsAddAdjNode(), and pfsRAddNode().
double PfsNode::AtA[2][2] |
coefficient submatrix of reference node
Definition at line 281 of file pfs.c.
Referenced by pfsNodeConfMapCoeff(), pfsRAddNode(), and pfsSolveSurfPar1Pass().
struct _pfsadjnode* PfsNode::adj_head [read] |
head of adjacent node linked list
Definition at line 283 of file pfs.c.
Referenced by pfsAddAdjNode(), pfsChkBdryNode(), pfsCreateNextSolOrderLevel(), pfsDelNodeList(), pfsGetEdgeAdjElems(), pfsLoopShot(), pfsNodeConfMapCoeff(), pfsNodeConstrNormal(), pfsNodeJacobian(), pfsNodeNormal(), pfsNodeShot(), pfsOrderBdryNodeAdj(), pfsRAddNode(), pfsRGetLoopElem(), pfsRItrNextLoopNode(), pfsSolveSurfPar1Pass(), and pfsUnmarkLoopNodes().
int PfsNode::type |
type of node
Definition at line 285 of file pfs.c.
Referenced by pfsBuildLoopList(), pfsClassifyNodes(), pfsLoopShot(), pfsMarkBdryNodes(), pfsOrderAllBdryNodeAdj(), pfsRAddNode(), pfsRItrNextLoopNode(), pfsRShot(), and pfsUnmarkLoopNodes().