Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexmetric.c1380 PetscErrorCode DMPlexMetricAverage(DM dm, PetscInt numMetrics, PetscReal weights[], Vec metrics[], … in DMPlexMetricAverage() function
1436 PetscCall(DMPlexMetricAverage(dm, 2, weights, metrics, metricAvg)); in DMPlexMetricAverage2()
1462 PetscCall(DMPlexMetricAverage(dm, 3, weights, metrics, metricAvg)); in DMPlexMetricAverage3()
/petsc/src/dm/impls/plex/tests/
H A Dex60.c176 PetscCall(DMPlexMetricAverage(dm, 2, weights, metrics, metricComb)); in main()
/petsc/doc/changes/
H A D316.md241 - Add `DMPlexMetricAverage` to average an arbitrary number of metrics.
H A D318.md277 - Change `DMPlexMetricAverage()`, `DMPlexMetricAverage2()` and `DMPlexMetricAverage3()` to pass out…
/petsc/include/
H A Dpetscdmplex.h563 PETSC_EXTERN PetscErrorCode DMPlexMetricAverage(DM, PetscInt, PetscReal[], Vec[], Vec);
/petsc/doc/manual/
H A Ddmplex.md741 DMPlexMetricAverage(DM dm, PetscInt numMetrics, PetscReal weights[], Vec metrics[], Vec metricAvg);