Pointwise Plugin SDK
Public Attributes | List of all members
PWGM_FACEREF_DATA Struct Reference

Information about a block cell element that touches a face. More...

#include <apiGridModel.h>

+ Collaboration diagram for PWGM_FACEREF_DATA:

Public Attributes

PWGM_HBLOCK block
 The handle of the block that owns this cell element. More...
 
PWGM_HELEMENT blockElem
 The block cell element's handle. More...
 
PWP_UINT32 cellFaceIndex
 The cell's local face index (0..numCellFaces-1). More...
 
PWP_UINT32 cellIndex
 The cell's index in the model's index space (0..totalNumCells-1) More...
 
PWGM_HDOMAIN domain
 The handle of the boundary domain that contains this cell's side of the face. More...
 
PWGM_HELEMENT domainElem
 The domain cell element's handle. More...
 

Detailed Description

Information about a block cell element that touches a face.

Definition at line 1104 of file apiGridModel.h.

Member Data Documentation

◆ block

PWGM_HBLOCK PWGM_FACEREF_DATA::block

The handle of the block that owns this cell element.

Definition at line 1117 of file apiGridModel.h.

◆ blockElem

PWGM_HELEMENT PWGM_FACEREF_DATA::blockElem

The block cell element's handle.

Definition at line 1120 of file apiGridModel.h.

◆ cellFaceIndex

PWP_UINT32 PWGM_FACEREF_DATA::cellFaceIndex

The cell's local face index (0..numCellFaces-1).

For a 3D block hex element, the index range would be from 0 to 5. For a 2D block tri element, the index range would be from 0 to 2.

Definition at line 1111 of file apiGridModel.h.

◆ cellIndex

PWP_UINT32 PWGM_FACEREF_DATA::cellIndex

The cell's index in the model's index space (0..totalNumCells-1)

Definition at line 1106 of file apiGridModel.h.

◆ domain

PWGM_HDOMAIN PWGM_FACEREF_DATA::domain

The handle of the boundary domain that contains this cell's side of the face.

Definition at line 1124 of file apiGridModel.h.

◆ domainElem

PWGM_HELEMENT PWGM_FACEREF_DATA::domainElem

The domain cell element's handle.

Definition at line 1127 of file apiGridModel.h.


The documentation for this struct was generated from the following file: