Data Fields | |
struct _pfsadjnode * | next |
int | id |
PfsElem * | elem |
int | refcnt |
double | AtA [2][2] |
Definition at line 250 of file pfs.c.
struct _pfsadjnode* PfsAdjNode::next [read] |
next adjacent node
Definition at line 252 of file pfs.c.
Referenced by pfsAddAdjNode(), pfsChkBdryNode(), pfsCreateNextSolOrderLevel(), pfsDelNodeList(), pfsGetEdgeAdjElems(), pfsNodeConfMapCoeff(), pfsNodeConstrNormal(), pfsNodeJacobian(), pfsNodeNormal(), pfsNodeShot(), pfsOrderBdryNodeAdj(), and pfsSolveSurfPar1Pass().
int PfsAdjNode::id |
adjacent node index
Definition at line 254 of file pfs.c.
Referenced by pfsAddAdjNode(), pfsCreateNextSolOrderLevel(), pfsGetEdgeAdjElems(), pfsNodeConfMapCoeff(), pfsNodeShot(), and pfsSolveSurfPar1Pass().
pointer to CCW adjacent element around reference node (or = NULL if no CCW elem)
Definition at line 257 of file pfs.c.
Referenced by pfsAddAdjNode(), pfsGetEdgeAdjElems(), pfsNodeConfMapCoeff(), pfsNodeConstrNormal(), pfsNodeJacobian(), pfsNodeNormal(), pfsNodeShot(), and pfsOrderBdryNodeAdj().
reference counter: counts the number of elements that use this node-node adjancency relationship
Definition at line 260 of file pfs.c.
Referenced by pfsAddAdjNode(), and pfsChkBdryNode().
double PfsAdjNode::AtA[2][2] |
coefficient submatrix of pair of reference-adjacent nodes
Definition at line 263 of file pfs.c.
Referenced by pfsAddAdjNode(), pfsNodeConfMapCoeff(), and pfsSolveSurfPar1Pass().