Searched refs:dmGhosted (Results 1 – 2 of 2) sorted by relevance
2339 cdef PetscDM dmGhosted = NULL2340 CHKERR(DMPlexConstructGhostCells(self.dm, cname, &numGhostCells, &dmGhosted))2341 CHKERR(PetscCLEAR(self.obj)); self.dm = dmGhosted
1054 …de DMPlexConstructGhostCells(DM dm, const char labelName[], PetscInt *numGhostCells, DM *dmGhosted) in DMPlexConstructGhostCells() argument1065 PetscAssertPointer(dmGhosted, 4); in DMPlexConstructGhostCells()1084 *dmGhosted = gdm; in DMPlexConstructGhostCells()