Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMUtils.pyx159 redundantPoints: bool = False,
169 redundantPoints
181 cdef PetscBool credundantPoints = asBool(redundantPoints)
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c173 PetscErrorCode DMInterpolationSetUp(DMInterpolationInfo ctx, DM dm, PetscBool redundantPoints, Pets… in DMInterpolationSetUp() argument
198 if (!redundantPoints) { in DMInterpolationSetUp()
281 if (!redundantPoints) PetscCall(PetscFree3(globalPoints, counts, displs)); in DMInterpolationSetUp()