PfsNode Struct Reference

Collaboration diagram for PfsNode:

Collaboration graph
[legend]

Data Fields

PFSGeoPoint coord
PFSGeoPoint normal
PFSGeoPoint ddu
PFSGeoPoint ddv
PFSGeoSurfPar par
int degree
double AtA [2][2]
struct _pfsadjnode * adj_head
int type

Detailed Description

Node structure:

Definition at line 267 of file pfs.c.


Field Documentation

PFSGeoPoint PfsNode::coord

nodal coordinates

Definition at line 269 of file pfs.c.

Referenced by pfsAddAdjNode(), pfsCompute3dBoundBox(), pfsComputeElemJac(), pfsElem3dBoundBox(), pfsElemCenter(), pfsElemLocalGradients(), pfsElemNormal(), pfsFindRefElem(), pfsInitParams(), pfsRAddNode(), and pfsRItrNodeCoords().

PFSGeoPoint PfsNode::normal

nodal normal vector

Definition at line 271 of file pfs.c.

Referenced by pfsNodeNormal(), and pfsRItrNodeNormal().

PFSGeoPoint PfsNode::ddu

term of jacobian matrix

Definition at line 273 of file pfs.c.

Referenced by pfsNodeJacobian(), and pfsRItrNodeJacobian().

PFSGeoPoint PfsNode::ddv

term of jacobian matrix

Definition at line 275 of file pfs.c.

Referenced by pfsNodeJacobian(), and pfsRItrNodeJacobian().

PFSGeoSurfPar PfsNode::par

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


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