Searched refs:serial2loadPointSF_ (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 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() [all …]
|