Lines Matching refs:sf

15   PetscSF sf
62 PetscCallA(PetscSFCreate(PETSC_COMM_WORLD, sf, ierr))
63 PetscCallA(PetscSFSetFromOptions(sf, ierr))
64 …PetscCallA(PetscSFSetGraph(sf, nrootsalloc, nleaves, mine, PETSC_COPY_VALUES, remote, PETSC_COPY_V…
65 PetscCallA(PetscSFSetUp(sf, ierr))
69 PetscCallA(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD, ierr))
88 PetscCallA(PetscSFBcastBegin(sf, MPIU_INTEGER, rootdata, leafdata, MPI_REPLACE, ierr))
89 PetscCallA(PetscSFBcastEnd(sf, MPIU_INTEGER, rootdata, leafdata, MPI_REPLACE, ierr))
96 PetscCallA(PetscSFReduceBegin(sf, MPIU_INTEGER, leafdata, rootdata, MPI_SUM, ierr))
97 PetscCallA(PetscSFReduceEnd(sf, MPIU_INTEGER, leafdata, rootdata, MPI_SUM, ierr))
103 PetscCallA(PetscSFGetGraph(sf, gnroots, gnleaves, gmine, gremote, ierr))
111 PetscCallA(PetscSFRestoreGraph(sf, gnroots, gnleaves, gmine, gremote, ierr))
114 PetscCallA(PetscSFGetLeafRanks(sf, niranks, iranks, ioffset, irootloc, ierr))
115 PetscCallA(PetscSFGetRootRanks(sf, nranks, ranks, roffset, rmine, rremote, ierr))
118 PetscCallA(PetscSFDestroy(sf, ierr))
121 PetscCallA(PetscSFCreate(PETSC_COMM_WORLD, sf, ierr))
122 PetscCallA(PetscSFSetFromOptions(sf, ierr))
123 …PetscCallA(PetscSFSetGraph(sf, nrootsalloc, nleaves, PETSC_NULL_INTEGER_ARRAY, PETSC_COPY_VALUES, …
124 PetscCallA(PetscSFSetUp(sf, ierr))
128 PetscCallA(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD, ierr))
131 PetscCallA(PetscSFGetGraph(sf, gnroots, gnleaves, gmine, gremote, ierr))
133 PetscCallA(PetscSFRestoreGraph(sf, gnroots, gnleaves, gmine, gremote, ierr))
134 PetscCallA(PetscSFDestroy(sf, ierr))