Searched refs:faceTypeStart (Results 1 – 1 of 1) sorted by relevance
576 PetscInt faceTypeStart[DM_NUM_POLYTOPES], ct, numFT = 0; in DMPlexInterpolateFaces_Internal() local580 faceTypeStart[ct] = 0; in DMPlexInterpolateFaces_Internal()584 faceTypeStart[0] = fStart; in DMPlexInterpolateFaces_Internal()585 …for (ct = 1; ct < DM_NUM_POLYTOPES; ++ct) faceTypeStart[ct] = faceTypeStart[ct - 1] + faceTypeNum[… in DMPlexInterpolateFaces_Internal()615 facesId[cntFaces] = faceTypeStart[faceType]; in DMPlexInterpolateFaces_Internal()616 PetscCall(PetscHMapIJKLIterSet(faceTable, iter, faceTypeStart[faceType]++)); in DMPlexInterpolateFaces_Internal()623 …faceTypeStart[ct] == faceTypeStart[ct - 1] + faceTypeNum[ct], PETSC_COMM_SELF, PETSC_ERR_PLIB, "In… in DMPlexInterpolateFaces_Internal()