Lines Matching refs:metricInt
1603 PetscErrorCode DMPlexMetricIntersection(DM dm, PetscInt numMetrics, Vec metrics[], Vec metricInt) in DMPlexMetricIntersection() argument
1614 PetscCall(VecCopy(metrics[0], metricInt)); in DMPlexMetricIntersection()
1616 PetscCall(VecGetSize(metricInt, &m)); in DMPlexMetricIntersection()
1627 PetscCall(VecGetArray(metricInt, &met)); in DMPlexMetricIntersection()
1633 PetscCall(VecRestoreArray(metricInt, &met)); in DMPlexMetricIntersection()
1643 PetscCall(VecGetArray(metricInt, &met)); in DMPlexMetricIntersection()
1653 PetscCall(VecRestoreArray(metricInt, &met)); in DMPlexMetricIntersection()
1675 PetscErrorCode DMPlexMetricIntersection2(DM dm, Vec metric1, Vec metric2, Vec metricInt) in DMPlexMetricIntersection2() argument
1680 PetscCall(DMPlexMetricIntersection(dm, 2, metrics, metricInt)); in DMPlexMetricIntersection2()
1700 …tscErrorCode DMPlexMetricIntersection3(DM dm, Vec metric1, Vec metric2, Vec metric3, Vec metricInt) in DMPlexMetricIntersection3() argument
1705 PetscCall(DMPlexMetricIntersection(dm, 3, metrics, metricInt)); in DMPlexMetricIntersection3()