Searched refs:psf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfcoord.c | 124 PetscSF psf; in PetscSFSetGraphFromCoordinates() local 161 PetscCall(PetscSFCreate(comm, &psf)); in PetscSFSetGraphFromCoordinates() 162 …PetscCall(PetscSFSetGraph(psf, nroots, root_starts[num_ranks], NULL, PETSC_USE_POINTER, premote, P… in PetscSFSetGraphFromCoordinates() 167 PetscCall(PetscSFBcastBegin(psf, unit, rootcoords, target_coords, MPI_REPLACE)); in PetscSFSetGraphFromCoordinates() 168 PetscCall(PetscSFBcastEnd(psf, unit, rootcoords, target_coords, MPI_REPLACE)); in PetscSFSetGraphFromCoordinates() 170 PetscCall(PetscSFDestroy(&psf)); in PetscSFSetGraphFromCoordinates()
|