Searched refs:ctN (Results 1 – 1 of 1) sorted by relevance
1060 DMPolytopeType *rct, ctN; in DMPlexTransformGetSourcePoint() local1066 PetscCall(DMPlexTransformGetCellType(tr, pNew, &ctN)); in DMPlexTransformGetSourcePoint()1078 const PetscInt off = tr->offset[r * DM_NUM_POLYTOPES + ctN]; in DMPlexTransformGetSourcePoint()1080 if (tr->ctStartNew[ctN] + off > pNew) continue; in DMPlexTransformGetSourcePoint()1102 const PetscInt off = tr->offset[ctTmp * DM_NUM_POLYTOPES + ctN]; in DMPlexTransformGetSourcePoint()1104 if (tr->ctStartNew[ctN] + off > pNew) continue; in DMPlexTransformGetSourcePoint()1128 if (rct[n] == ctN) { in DMPlexTransformGetSourcePoint()1129 PetscInt tmp = pNew - tr->ctStartNew[ctN] - offset, val, c; in DMPlexTransformGetSourcePoint()1154 if (ctNew) *ctNew = ctN; in DMPlexTransformGetSourcePoint()