Home
last modified time | relevance | path

Searched refs:DMPlexMetricNoInsertion (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi136 PetscErrorCode DMPlexMetricNoInsertion(PetscDM, PetscBool*)
H A DDMPlex.pyx2530 petsc.DMPlexMetricNoInsertion
2534 CHKERR(DMPlexMetricNoInsertion(self.dm, &noInsert))
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c155 PetscCall(DMPlexMetricNoInsertion(dm, &noInsert)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c340 PetscCall(DMPlexMetricNoInsertion(dm, &noInsert)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/changes/
H A D317.md256 …- Add `DMPlexMetricNoInsertion()` to determine whether node insertion and deletion are turned off …
/petsc/src/dm/impls/plex/
H A Dplexmetric.c231 PetscErrorCode DMPlexMetricNoInsertion(DM dm, PetscBool *noInsert) in DMPlexMetricNoInsertion() function
/petsc/include/
H A Dpetscdmplex.h532 PETSC_EXTERN PetscErrorCode DMPlexMetricNoInsertion(DM, PetscBool *);