Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexmetric.c1291 DM dmTmp; in DMPlexMetricNormalize() local
1294 PetscCall(DMClone(dm, &dmTmp)); in DMPlexMetricNormalize()
1295 PetscCall(DMPlexP1FieldCreate_Private(dmTmp, 0, 1, &tmp)); in DMPlexMetricNormalize()
1299 PetscCall(DMGetDS(dmTmp, &ds)); in DMPlexMetricNormalize()
1302 PetscCall(DMPlexComputeIntegralFEM(dmTmp, tmp, &integral, NULL)); in DMPlexMetricNormalize()
1304 PetscCall(DMDestroy(&dmTmp)); in DMPlexMetricNormalize()