Searched refs:DMPlexMetricIntersection (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1603 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 D | ex60.c | 192 PetscCall(DMPlexMetricIntersection(dm, 2, metrics, metricComb)); in main()
|
| /petsc/doc/changes/ |
| H A D | 316.md | 244 - Add `DMPlexMetricIntersection` to intersect an arbitrary number of metrics.
|
| H A D | 318.md | 278 - Change `DMPlexMetricIntersection()`, `DMPlexMetricIntersection2()` and `DMPlexMetricIntersection3…
|
| /petsc/include/ |
| H A D | petscdmplex.h | 566 PETSC_EXTERN PetscErrorCode DMPlexMetricIntersection(DM, PetscInt, Vec[], Vec);
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 742 DMPlexMetricIntersection(DM dm, PetscInt numMetrics, Vec metrics[], Vec metricInt);
|