1 int USERD_get_nsided_conn
8 Info<< "Entering: USERD_get_nsided_conn"
9 << ", part_number = " << part_number
15 Info<< "************* EEEEEEEEERRRRRRRRRRRRRRRRRR *************** "
19 else if (part_number < nPatches+2)
21 //const cellList& cells = meshPtr->cells();
22 //const faceList& faces = meshPtr->faces();
24 label patchi = part_number - 2;
25 const polyBoundaryMesh& bMesh = meshPtr->boundaryMesh();
28 forAll(bMesh[patchi], facei)
30 label nPoints = bMesh[patchi][facei].size();
31 if ((nPoints != 3) && (nPoints != 4))
33 for (label i=0; i<nPoints; i++)
35 nsided_conn_array[np++] = bMesh[patchi][facei][i] + 1;
40 else if (part_number == nPatches+2)
45 Info<< "Exiting: USERD_get_nsided_conn" << endl