Searched refs:load_to_serial_sf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex15.c | 90 PetscSF load_to_serial_sf; in VerifyLoadedSolution() local 114 PetscCall(PetscSFCreate(comm, &load_to_serial_sf)); in VerifyLoadedSolution() 115 …PetscCall(PetscSFSetGraphFromCoordinates(load_to_serial_sf, num_local_load, num_local_serial, dim,… in VerifyLoadedSolution() 116 PetscCall(PetscSFViewFromOptions(load_to_serial_sf, NULL, "-verify_sf_view")); in VerifyLoadedSolution() 135 … PetscCall(PetscSFBcastBegin(load_to_serial_sf, unit, array_load, array_load_bcast, MPI_REPLACE)); in VerifyLoadedSolution() 136 PetscCall(PetscSFBcastEnd(load_to_serial_sf, unit, array_load, array_load_bcast, MPI_REPLACE)); in VerifyLoadedSolution() 154 PetscCall(PetscSFDestroy(&load_to_serial_sf)); in VerifyLoadedSolution()
|