9 Info<<
"Entering: USERD_get_nfaced_conn"
10 <<
", part_number = " << part_number
27 if ((nFacesInCell == 6) && (
points.size() == 8))
29 else if ((nFacesInCell == 4) && (
points.size() == 4))
31 else if (nFacesInCell == 5)
35 else if (
points.size() == 5)
39 for (
label i=0; i<nFacesInCell; i++)
45 nfaced_conn_array[nPoint++] = faces[facei][j] + 1;
52 for (
label i=0; i<nFacesInCell; i++)
58 nfaced_conn_array[nPoint++] = faces[facei][j] + 1;
75 Info<<
"Exiting: USERD_get_nfaced_conn" <<
endl
int USERD_get_nfaced_conn(int part_number, int *nfaced_conn_array)
const cellShapeList & cellShapes
List< cellShape > cellShapeList
List of cellShapes and PtrList of List of cellShape.
List< label > labelList
A List of labels.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
List< cell > cellList
list of cells
Ostream & endl(Ostream &os)
Add newline and flush stream.
Ostream & flush(Ostream &os)
Flush stream.