Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c14 DM ovdm; in DMPlexCreatePartitionerGraph_Overlap() local
48 PetscCall(DMPlexDistributeOverlap(dm, 1, NULL, &ovdm)); in DMPlexCreatePartitionerGraph_Overlap()
51 ovdm = dm; in DMPlexCreatePartitionerGraph_Overlap()
53 PetscCall(DMGetPointSF(ovdm, &sfPoint)); in DMPlexCreatePartitionerGraph_Overlap()
54 PetscCall(DMPlexGetHeightStratum(ovdm, height, &cStart, &cEnd)); in DMPlexCreatePartitionerGraph_Overlap()
55 PetscCall(DMPlexCreateNumbering_Plex(ovdm, cStart, cEnd, 0, NULL, sfPoint, &cellNumbering)); in DMPlexCreatePartitionerGraph_Overlap()
72 PetscCall(DMPlexGetAdjacency(ovdm, c, &adjSize, &adj)); in DMPlexCreatePartitionerGraph_Overlap()
87 PetscCall(DMPlexGetAdjacency(ovdm, c, &adjSize, &adj)); in DMPlexCreatePartitionerGraph_Overlap()
101 PetscCall(DMDestroy(&ovdm)); in DMPlexCreatePartitionerGraph_Overlap()