Searched refs:cg2bcSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1882 PetscSF cg2bcSF; in DMPlexCreateCGNS_Internal_Parallel() local 1888 PetscCall(PetscSFCreate(comm, &cg2bcSF)); in DMPlexCreateCGNS_Internal_Parallel() 1889 …PetscCall(PetscSFSetGraph(cg2bcSF, nCgFaces, bcSize, NULL, PETSC_COPY_VALUES, remotes, PETSC_USE_P… in DMPlexCreateCGNS_Internal_Parallel() 1891 PetscCall(PetscSFReduceBegin(cg2bcSF, MPIU_INT, label_values, cgFaceValues, MPI_REPLACE)); in DMPlexCreateCGNS_Internal_Parallel() 1892 PetscCall(PetscSFReduceEnd(cg2bcSF, MPIU_INT, label_values, cgFaceValues, MPI_REPLACE)); in DMPlexCreateCGNS_Internal_Parallel() 1895 PetscCall(PetscSFDestroy(&cg2bcSF)); in DMPlexCreateCGNS_Internal_Parallel()
|