PfsAdjNode Struct Reference

Collaboration diagram for PfsAdjNode:

Collaboration graph
[legend]

Data Fields

struct _pfsadjnode * next
int id
PfsElemelem
int refcnt
double AtA [2][2]

Detailed Description

Adjacent node structure:

Definition at line 250 of file pfs.c.


Field Documentation

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().

PfsElem* PfsAdjNode::elem

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().

int PfsAdjNode::refcnt

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().


The documentation for this struct was generated from the following file:
Generated on Tue Oct 23 11:25:03 2007 for Relax by  doxygen 1.5.3