Home
last modified time | relevance | path

Searched refs:tmp_sf (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/sf/interface/
H A Dsf.c2586 PetscSF tmp_sf; in PetscSFConcatenate() local
2592 PetscCall(PetscSFCreate(comm, &tmp_sf)); in PetscSFConcatenate()
2594 …PetscCall(PetscSFSetGraph(tmp_sf, nr, nl, NULL, PETSC_USE_POINTER, (PetscSFNode *)iremote, PETSC_C… in PetscSFConcatenate()
2595 PetscCall(PetscSFSetUp(tmp_sf)); in PetscSFConcatenate()
2609 PetscCall(PetscSFBcastBegin(tmp_sf, MPIU_SF_NODE, tmp_rootdata, tmp_leafdata, MPI_REPLACE)); in PetscSFConcatenate()
2610 PetscCall(PetscSFBcastEnd(tmp_sf, MPIU_SF_NODE, tmp_rootdata, tmp_leafdata, MPI_REPLACE)); in PetscSFConcatenate()
2611 PetscCall(PetscSFDestroy(&tmp_sf)); in PetscSFConcatenate()