Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi144 PetscErrorCode DMPlexMetricGetVerbosity(PetscDM, PetscInt*)
H A DDMPlex.pyx2677 petsc.DMPlexMetricGetVerbosity
2681 CHKERR(DMPlexMetricGetVerbosity(self.dm, &verbosity))
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c152 PetscCall(DMPlexMetricGetVerbosity(dm, &verbosity)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c344 PetscCall(DMPlexMetricGetVerbosity(dm, &verbosity)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/changes/
H A D317.md254 …- Add `DMPlexMetricGetVerbosity()` for getting the verbosity of the metric-based mesh adaptation p…
/petsc/src/dm/impls/plex/
H A Dplexmetric.c783 PetscErrorCode DMPlexMetricGetVerbosity(DM dm, PetscInt *verbosity) in DMPlexMetricGetVerbosity() function
/petsc/include/
H A Dpetscdmplex.h554 PETSC_EXTERN PetscErrorCode DMPlexMetricGetVerbosity(DM, PetscInt *);