Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexmetric.c1603 PetscErrorCode DMPlexMetricIntersection(DM dm, PetscInt numMetrics, Vec metrics[], Vec metricInt) in DMPlexMetricIntersection() function
1680 PetscCall(DMPlexMetricIntersection(dm, 2, metrics, metricInt)); in DMPlexMetricIntersection2()
1705 PetscCall(DMPlexMetricIntersection(dm, 3, metrics, metricInt)); in DMPlexMetricIntersection3()
/petsc/src/dm/impls/plex/tests/
H A Dex60.c192 PetscCall(DMPlexMetricIntersection(dm, 2, metrics, metricComb)); in main()
/petsc/doc/changes/
H A D316.md244 - Add `DMPlexMetricIntersection` to intersect an arbitrary number of metrics.
H A D318.md278 - Change `DMPlexMetricIntersection()`, `DMPlexMetricIntersection2()` and `DMPlexMetricIntersection3…
/petsc/include/
H A Dpetscdmplex.h566 PETSC_EXTERN PetscErrorCode DMPlexMetricIntersection(DM, PetscInt, Vec[], Vec);
/petsc/doc/manual/
H A Ddmplex.md742 DMPlexMetricIntersection(DM dm, PetscInt numMetrics, Vec metrics[], Vec metricInt);