Lines Matching refs:ctS
623 PetscInt *ctS, *ctSN, *ctC, *ctCN; in DMPlexTransformSetUp() local
625 PetscCall(PetscCalloc2(DM_NUM_POLYTOPES + 1, &ctS, DM_NUM_POLYTOPES + 1, &ctSN)); in DMPlexTransformSetUp()
645 ctS[cton] = ctS[cto] + ctC[cto]; in DMPlexTransformSetUp()
649 tr->ctStart = ctS; in DMPlexTransformSetUp()
1006 …PetscInt ctS = tr->ctStart[ct], ctE = tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ct] + 1]… in DMPlexTransformGetTargetPoint() local
1011 …ctS && p < ctE, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Point %" PetscInt_FMT " is not a %s [%" PetscInt… in DMPlexTransformGetTargetPoint()
1019 rp = p - ctS; in DMPlexTransformGetTargetPoint()
1063 PetscInt offset = -1, ctS, ctE, ctO = 0, ctTmp, rtS; in DMPlexTransformGetSourcePoint() local
1095 … PetscInt ctS = tr->ctStart[ctO], ctE = tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ctO] + 1]]; in DMPlexTransformGetSourcePoint() local
1097 if ((rtStart >= ctS) && (rtStart < ctE)) break; in DMPlexTransformGetSourcePoint()
1115 ctS = tr->ctStart[ctO]; in DMPlexTransformGetSourcePoint()
1118 for (rtS = ctS; rtS < ctE; ++rtS) { in DMPlexTransformGetSourcePoint()
1124 } else rtS = ctS; in DMPlexTransformGetSourcePoint()
1132 for (c = ctS; c < ctE; ++c) { in DMPlexTransformGetSourcePoint()
1140 rp = c - ctS; in DMPlexTransformGetSourcePoint()
1151 pO = rp + ctS; in DMPlexTransformGetSourcePoint()
1152 …ctS) && !(pO >= ctE), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Source point %" PetscInt_FMT " is not a %s… in DMPlexTransformGetSourcePoint()