Searched refs:refineCells (Results 1 – 2 of 2) sorted by relevance
149 const PetscInt *refineCells; in DMPlexTransformSetUp_SBR() local171 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()
29 const PetscInt *refineCells; in DMPlexTransformSetUp_BL() local35 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()