Home
last modified time | relevance | path

Searched refs:DMPlexMetricSetNoInsertion (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi135 PetscErrorCode DMPlexMetricSetNoInsertion(PetscDM, PetscBool)
H A DDMPlex.pyx2515 petsc.DMPlexMetricSetNoInsertion
2519 CHKERR(DMPlexMetricSetNoInsertion(self.dm, bval))
/petsc/src/dm/impls/plex/
H A Dplexmetric.c26 PetscCall(DMPlexMetricSetNoInsertion(dm, noInsert)); in DMPlexMetricSetFromOptions()
205 PetscErrorCode DMPlexMetricSetNoInsertion(DM dm, PetscBool noInsert) in DMPlexMetricSetNoInsertion() function
/petsc/doc/changes/
H A D317.md255 - Add `DMPlexMetricSetNoInsertion()` to turn off node insertion and deletion for (Par)Mmg
/petsc/include/
H A Dpetscdmplex.h531 PETSC_EXTERN PetscErrorCode DMPlexMetricSetNoInsertion(DM, PetscBool);