Home
last modified time | relevance | path

Searched defs: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
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
/petsc/src/dm/impls/plex/ !
H A Dplex.c99 PetscInt ctS, ctE, ht; in DMPlexGetSimplexOrBoxCells() local