Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c149 const PetscInt *refineCells; in DMPlexTransformSetUp_SBR() local
171 if (refineIS) PetscCall(ISGetIndices(refineIS, &refineCells)); in DMPlexTransformSetUp_SBR()
173 const PetscInt cell = refineCells[c]; in DMPlexTransformSetUp_SBR()
197 if (refineIS) PetscCall(ISRestoreIndices(refineIS, &refineCells)); in DMPlexTransformSetUp_SBR()
/petsc/src/dm/impls/plex/transform/impls/refine/bl/
H A Dplexrefbl.c29 const PetscInt *refineCells; in DMPlexTransformSetUp_BL() local
35 if (refineIS) PetscCall(ISGetIndices(refineIS, &refineCells)); in DMPlexTransformSetUp_BL()
37 const PetscInt cell = refineCells[c]; in DMPlexTransformSetUp_BL()
65 if (refineIS) PetscCall(ISRestoreIndices(refineIS, &refineCells)); in DMPlexTransformSetUp_BL()