Searched refs:dmTmp (Results 1 – 1 of 1) sorted by relevance
1291 DM dmTmp; in DMPlexMetricNormalize() local1294 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()