Home
last modified time | relevance | path

Searched refs:ctE (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1006 …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()
[all …]
/petsc/src/dm/impls/plex/
H A Dplex.c99 PetscInt ctS, ctE, ht; in DMPlexGetSimplexOrBoxCells() local
107 PetscCall(DMLabelGetStratumBounds(ctLabel, ct, &ctS, &ctE)); in DMPlexGetSimplexOrBoxCells()
108 if (ctS >= ctE) continue; in DMPlexGetSimplexOrBoxCells()
113 cE = PetscMax(cE, ctE); in DMPlexGetSimplexOrBoxCells()