Searched refs:ctTmp (Results 1 – 1 of 1) sorted by relevance
1063 PetscInt offset = -1, ctS, ctE, ctO = 0, ctTmp, rtS; in DMPlexTransformGetSourcePoint() local1101 for (ctTmp = 0; ctTmp < DM_NUM_POLYTOPES; ++ctTmp) { in DMPlexTransformGetSourcePoint()1102 const PetscInt off = tr->offset[ctTmp * DM_NUM_POLYTOPES + ctN]; in DMPlexTransformGetSourcePoint()1105 if (tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ctTmp] + 1]] <= tr->ctStart[ctTmp]) continue; in DMPlexTransformGetSourcePoint()1108 ctO = ctTmp; in DMPlexTransformGetSourcePoint()