Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1062 PetscInt rt = -1, rtTmp, Nct, n, rp = 0, rO = 0, pO; in DMPlexTransformGetSourcePoint() local
1151 pO = rp + ctS; in DMPlexTransformGetSourcePoint()
1152 …(!(pO < ctS) && !(pO >= ctE), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Source point %" PetscInt_FMT " is … in DMPlexTransformGetSourcePoint()
1155 if (p) *p = pO; in DMPlexTransformGetSourcePoint()
/petsc/src/dm/impls/plex/
H A Dplextree.c2927 PetscInt pO = PETSC_INT_MIN; in DMPlexComputeInjectorReferenceTree() local
2983 pO = closure[2 * i + 1]; in DMPlexComputeInjectorReferenceTree()
3027 pperms = perms ? perms[pI] ? perms[pI][pO] : NULL : NULL; in DMPlexComputeInjectorReferenceTree()