Home
last modified time | relevance | path

Searched refs:DMPlexMetricIsUniform (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexmetric.c137 PetscErrorCode DMPlexMetricIsUniform(DM dm, PetscBool *uniform) in DMPlexMetricIsUniform() function
909 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMPlexMetricCreate()
1021 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMPlexMetricDeterminantCreate()
1194 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMPlexMetricEnforceSPD()
1276 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMPlexMetricNormalize()
1623 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMPlexMetricIntersection()
/petsc/src/dm/impls/plex/adaptors/pragmatic/
H A Dpragmaticadapt.c138 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMAdaptMetric_Pragmatic_Plex()
/petsc/src/dm/impls/plex/tests/
H A Dex60.c111 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi130 PetscErrorCode DMPlexMetricIsUniform(PetscDM, PetscBool*)
H A DDMPlex.pyx2426 petsc.DMPlexMetricIsUniform
2430 CHKERR(DMPlexMetricIsUniform(self.dm, &uniform))
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c133 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c191 PetscCall(DMPlexMetricIsUniform(dm, &uniform)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/changes/
H A D317.md230 - Add `DMPlexMetricIsUniform()` for determining whether a metric is uniform
/petsc/include/
H A Dpetscdmplex.h528 PETSC_EXTERN PetscErrorCode DMPlexMetricIsUniform(DM, PetscBool *);