Searched refs:load_to_serial_sf_ (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 92 PetscSF load_to_serial_sf_; in VerifyLoadedSolution() local 116 PetscCall(PetscSFCreate(comm, &load_to_serial_sf_)); in VerifyLoadedSolution() 117 …PetscCall(PetscSFSetGraphFromCoordinates(load_to_serial_sf_, num_local_load, num_local_serial, dim… in VerifyLoadedSolution() 118 PetscCall(PetscSFViewFromOptions(load_to_serial_sf_, NULL, "-verify_sf_view")); in VerifyLoadedSolution() 137 … PetscCall(PetscSFBcastBegin(load_to_serial_sf_, unit, array_load, array_load_bcast, MPI_REPLACE)); in VerifyLoadedSolution() 138 PetscCall(PetscSFBcastEnd(load_to_serial_sf_, unit, array_load, array_load_bcast, MPI_REPLACE)); in VerifyLoadedSolution() 156 PetscCall(PetscSFDestroy(&load_to_serial_sf_)); in VerifyLoadedSolution()
|