Lines Matching refs:serial2loadPointSF_
252 PetscSF serial2loadPointSF_; in VerifyDMLabels() local
267 PetscCall(PetscSFCreate(comm, &serial2loadPointSF_)); in VerifyDMLabels()
268 …PetscCall(PetscSFSetGraphFromCoordinates(serial2loadPointSF_, num_points_serial, num_points_load, … in VerifyDMLabels()
269 … PetscCall(PetscObjectSetName((PetscObject)serial2loadPointSF_, "Serial To Loaded DM Points SF")); in VerifyDMLabels()
270 PetscCall(PetscSFViewFromOptions(serial2loadPointSF_, NULL, "-verify_points_sf_view")); in VerifyDMLabels()
283 PetscCall(PetscSFComputeDegreeBegin(serial2loadPointSF_, &root_degree)); in VerifyDMLabels()
284 PetscCall(PetscSFComputeDegreeEnd(serial2loadPointSF_, &root_degree)); in VerifyDMLabels()
310 PetscCall(PetscSFGatherBegin(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
311 PetscCall(PetscSFGatherEnd(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
341 if (serial2loadPointSF && !*serial2loadPointSF) *serial2loadPointSF = serial2loadPointSF_; in VerifyDMLabels()
342 else PetscCall(PetscSFDestroy(&serial2loadPointSF_)); in VerifyDMLabels()