Searched refs:meti (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1607 PetscScalar *met, *meti; in DMPlexMetricIntersection() local 1629 PetscCall(VecGetArray(metrics[i], &meti)); in DMPlexMetricIntersection() 1630 PetscCall(DMPlexMetricIntersection_Private(1, meti, met)); in DMPlexMetricIntersection() 1631 PetscCall(VecRestoreArray(metrics[i], &meti)); in DMPlexMetricIntersection() 1645 PetscCall(VecGetArray(metrics[i], &meti)); in DMPlexMetricIntersection() 1648 PetscCall(DMPlexPointLocalRef(dm, v, meti, &Mi)); in DMPlexMetricIntersection() 1651 PetscCall(VecRestoreArray(metrics[i], &meti)); in DMPlexMetricIntersection()
|