Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexglvis.c500 DM hocdm; in DMPlexView_GLVis_ASCII() local
508 PetscCall(DMClone(cdm, &hocdm)); in DMPlexView_GLVis_ASCII()
509 PetscCall(DMSetField(hocdm, 0, NULL, (PetscObject)hodisc)); in DMPlexView_GLVis_ASCII()
511 PetscCall(DMCreateDS(hocdm)); in DMPlexView_GLVis_ASCII()
514 PetscCall(DMCreateGlobalVector(hocdm, &hovec)); in DMPlexView_GLVis_ASCII()
515 PetscCall(DMCreateInterpolation(cdm, hocdm, &mat, NULL)); in DMPlexView_GLVis_ASCII()
518 PetscCall(DMGetLocalSection(hocdm, &hoSection)); in DMPlexView_GLVis_ASCII()
519 PetscCall(PetscSectionSetClosurePermutation(hoSection, (PetscObject)hocdm, depth, perm)); in DMPlexView_GLVis_ASCII()
521 PetscCall(DMDestroy(&hocdm)); in DMPlexView_GLVis_ASCII()