Home
last modified time | relevance | path

Searched refs:DMPlexMetricGetNumIterations (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi146 PetscErrorCode DMPlexMetricGetNumIterations(PetscDM, PetscInt*)
H A DDMPlex.pyx2711 petsc.DMPlexMetricGetNumIterations
2715 CHKERR(DMPlexMetricGetNumIterations(self.dm, &numIter))
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c345 PetscCall(DMPlexMetricGetNumIterations(dm, &numIter)); in DMAdaptMetric_ParMmg_Plex()
/petsc/src/dm/impls/plex/
H A Dplexmetric.c833 PetscErrorCode DMPlexMetricGetNumIterations(DM dm, PetscInt *numIter) in DMPlexMetricGetNumIterations() function
/petsc/doc/changes/
H A D317.md268 - Add `DMPlexMetricGetNumIterations()` to get the number of ParMmg adaptation iterations
/petsc/include/
H A Dpetscdmplex.h556 PETSC_EXTERN PetscErrorCode DMPlexMetricGetNumIterations(DM, PetscInt *);