Searched refs:ctSN (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 623 PetscInt *ctS, *ctSN, *ctC, *ctCN; in DMPlexTransformSetUp() local 625 PetscCall(PetscCalloc2(DM_NUM_POLYTOPES + 1, &ctS, DM_NUM_POLYTOPES + 1, &ctSN)); in DMPlexTransformSetUp() 646 ctSN[ctnn] = ctSN[ctn] + ctCN[ctn]; in DMPlexTransformSetUp() 650 tr->ctStartNew = ctSN; in DMPlexTransformSetUp() 901 …PetscInt ctSN = tr->ctStartNew[ctNew], ctEN = tr->ctStartNew[tr->ctOrderNew[tr->ctOrderInvNew[ctNe… in DMPlexTransformGetCellType() local 903 if (cell >= ctSN && cell < ctEN) break; in DMPlexTransformGetCellType() 1007 …PetscInt ctSN = tr->ctStartNew[ctNew], ctEN = tr->ctStartNew[tr->ctOrderNew[tr->ctOrderInvN… in DMPlexTransformGetTargetPoint() local 1008 PetscInt newp = ctSN, cind; in DMPlexTransformGetTargetPoint() 1033 …ctSN) && !(newp >= ctEN), PETSC_COMM_SELF, PETSC_ERR_PLIB, "New point %" PetscInt_FMT " is not a %… in DMPlexTransformGetTargetPoint()
|