Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi158 PetscErrorCode DMPlexMetricGetGradationFactor(PetscDM, PetscReal*)
H A DDMPlex.pyx2915 petsc.DMPlexMetricGetGradationFactor
2919 CHKERR(DMPlexMetricGetGradationFactor(self.dm, &beta))
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c153 PetscCall(DMPlexMetricGetGradationFactor(dm, &gradationFactor)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c346 PetscCall(DMPlexMetricGetGradationFactor(dm, &gradationFactor)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/changes/
H A D317.md264 - Add `DMPlexMetricGetGradationFactor()` to get the metric gradation factor
/petsc/src/dm/impls/plex/
H A Dplexmetric.c668 PetscErrorCode DMPlexMetricGetGradationFactor(DM dm, PetscReal *beta) in DMPlexMetricGetGradationFactor() function
/petsc/include/
H A Dpetscdmplex.h550 PETSC_EXTERN PetscErrorCode DMPlexMetricGetGradationFactor(DM, PetscReal *);