Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx2339 cdef PetscDM dmGhosted = NULL
2340 CHKERR(DMPlexConstructGhostCells(self.dm, cname, &numGhostCells, &dmGhosted))
2341 CHKERR(PetscCLEAR(self.obj)); self.dm = dmGhosted
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1054 …de DMPlexConstructGhostCells(DM dm, const char labelName[], PetscInt *numGhostCells, DM *dmGhosted) in DMPlexConstructGhostCells() argument
1065 PetscAssertPointer(dmGhosted, 4); in DMPlexConstructGhostCells()
1084 *dmGhosted = gdm; in DMPlexConstructGhostCells()