Searched refs:DMPlexMetricGetNormalizationOrder (Results 1 – 5 of 5) sorted by relevance
156 PetscErrorCode DMPlexMetricGetNormalizationOrder(PetscDM, PetscReal*)
2881 petsc.DMPlexMetricGetNormalizationOrder2885 CHKERR(DMPlexMetricGetNormalizationOrder(self.dm, &p))
609 PetscErrorCode DMPlexMetricGetNormalizationOrder(DM dm, PetscReal *p) in DMPlexMetricGetNormalizationOrder() function1287 PetscCall(DMPlexMetricGetNormalizationOrder(dm, &p)); in DMPlexMetricNormalize()
242 - Add `DMPlexMetricGetNormalizationOrder()` for retrieving the order of L-p normalization
548 PETSC_EXTERN PetscErrorCode DMPlexMetricGetNormalizationOrder(DM, PetscReal *);