Searched refs:DMPlexDistributeOverlap_Internal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 74 …PetscCall(DMPlexDistributeOverlap_Internal(dm, ddovl + 1, PETSC_COMM_SELF, oname, &migrationSF, &o… in DMCreateDomainDecomposition_Plex() 112 PetscCall(DMPlexDistributeOverlap_Internal(dm, 0, PETSC_COMM_SELF, "local_mesh", NULL, &seqdm)); in DMCreateDomainDecomposition_Plex()
|
| H A D | plexdistribute.c | 2006 PetscErrorCode DMPlexDistributeOverlap_Internal(DM dm, PetscInt overlap, MPI_Comm newcomm, const ch… in DMPlexDistributeOverlap_Internal() function 2146 …PetscCall(DMPlexDistributeOverlap_Internal(dm, overlap, PetscObjectComm((PetscObject)dm), NULL, sf… in DMPlexDistributeOverlap()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 825 PETSC_INTERN PetscErrorCode DMPlexDistributeOverlap_Internal(DM, PetscI…
|