Lines Matching refs:ctE
1006 …PetscInt ctS = tr->ctStart[ct], ctE = tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ct] + 1]… in DMPlexTransformGetTargetPoint() local
1011 …< ctE, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Point %" PetscInt_FMT " is not a %s [%" PetscInt_FMT ", %… 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()
1116 ctE = tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ctO] + 1]]; in DMPlexTransformGetSourcePoint()
1118 for (rtS = ctS; rtS < ctE; ++rtS) { in DMPlexTransformGetSourcePoint()
1123 …PetscCheck(rtS < ctE, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Could not find point of type %s with … in DMPlexTransformGetSourcePoint()
1132 for (c = ctS; c < ctE; ++c) { in DMPlexTransformGetSourcePoint()
1139 …PetscCheck(c < ctE, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Parent point for target point %" P… in DMPlexTransformGetSourcePoint()
1152 …ctE), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Source point %" PetscInt_FMT " is not a %s [%" PetscInt_FM… in DMPlexTransformGetSourcePoint()