Overture
Version 25
|
Go to the source code of this file.
Functions | |
int | constructEdgeEntityFromEntity (intArray &edges, intArray &downward, char *&dOrient, intArray &upwardIndex, intArray &upwardOffset, char *&uOrient, intArray ®ions, int nReg, int maxVerts, int maxVertIDX, int dDim) |
int | constructFaceEntityFromRegion (intArray &faces, intArray &downward, char *&dOrient, intArray &upwardIndex, intArray &upwardOffset, char *&uOrient, intArray ®ions, int nReg, int maxVertsPerFace, int maxVertIDX) |
int | constructRegion2EdgeFromFaces (intArray ®ion2Edge, char *&dOrient, intArray &upwardIndex, intArray &upwardOffset, char *&uOrient, intArray &face2Edge, char *faceEdgeOrient, intArray ®ion2Face, intArray &faces, intArray ®ions, int nReg, int maxVertIDX) |
int | constructFace2EdgeFromRegions (intArray &face2Edge, char *&dOrient, intArray &upwardIndex, intArray &upwardOffset, char *&uOrient, intArray ®ion2Edge, char *regionEdgeOrient, intArray ®ion2Face, intArray &faces, intArray &edges, intArray ®ions, int nReg, int maxFaces, int maxVertIDX) |
int | constructUpwardAdjacenciesFromDownward (intArray &upwardIndex, intArray &upwardOffset, char *&uOrient, const intArray &downward, const char *dOrient, int maxIDX) |
int constructEdgeEntityFromEntity | ( | intArray & | edges, |
intArray & | downward, | ||
char *& | dOrient, | ||
intArray & | upwardIndex, | ||
intArray & | upwardOffset, | ||
char *& | uOrient, | ||
intArray & | regions, | ||
int | nReg, | ||
int | maxVerts, | ||
int | maxVertIDX, | ||
int | dDim | ||
) |
References assert, ENTIDX, printF(), r, topo2EdgeVert, and topoNEdges.
Referenced by UnstructuredMapping::buildEntity().
int constructFace2EdgeFromRegions | ( | intArray & | face2Edge, |
char *& | dOrient, | ||
intArray & | upwardIndex, | ||
intArray & | upwardOffset, | ||
char *& | uOrient, | ||
intArray & | region2Edge, | ||
char * | regionEdgeOrient, | ||
intArray & | region2Face, | ||
intArray & | faces, | ||
intArray & | edges, | ||
intArray & | regions, | ||
int | nReg, | ||
int | maxFaces, | ||
int | maxVertIDX | ||
) |
References abs(), assert, constructUpwardAdjacenciesFromDownward(), max(), topo2FaceEdge, topo2FaceNVerts, topo2FaceVert, and topoNFaces.
Referenced by UnstructuredMapping::buildConnectivity().
int constructFaceEntityFromRegion | ( | intArray & | faces, |
intArray & | downward, | ||
char *& | dOrient, | ||
intArray & | upwardIndex, | ||
intArray & | upwardOffset, | ||
char *& | uOrient, | ||
intArray & | regions, | ||
int | nReg, | ||
int | maxVertsPerFace, | ||
int | maxVertIDX | ||
) |
References assert, ENTIDX, min(), r, topo2FaceNVerts, topo2FaceVert, topoNFaces, and type2.
Referenced by UnstructuredMapping::buildEntity().
int constructRegion2EdgeFromFaces | ( | intArray & | region2Edge, |
char *& | dOrient, | ||
intArray & | upwardIndex, | ||
intArray & | upwardOffset, | ||
char *& | uOrient, | ||
intArray & | face2Edge, | ||
char * | faceEdgeOrient, | ||
intArray & | region2Face, | ||
intArray & | faces, | ||
intArray & | regions, | ||
int | nReg, | ||
int | maxVertIDX | ||
) |
References abs(), assert, constructUpwardAdjacenciesFromDownward(), max(), topo2EdgeVert, topo2FaceEdge, topo2FaceNVerts, topo2FaceVert, and topoNFaces.
int constructUpwardAdjacenciesFromDownward | ( | intArray & | upwardIndex, |
intArray & | upwardOffset, | ||
char *& | uOrient, | ||
const intArray & | downward, | ||
const char * | dOrient, | ||
int | maxIDX | ||
) |