Lines Matching refs:sf1
1030 PetscSF sf1; in PetscSFFindMatchingIndices() local
1072 PetscCall(PetscSFCreate(comm, &sf1)); in PetscSFFindMatchingIndices()
1073 PetscCall(PetscSFSetFromOptions(sf1)); in PetscSFFindMatchingIndices()
1074 …PetscCall(PetscSFSetGraphLayout(sf1, layout, numRootIndices, NULL, PETSC_OWN_POINTER, rootIndices)… in PetscSFFindMatchingIndices()
1076 PetscCall(PetscSFComputeDegreeBegin(sf1, &root_degree)); in PetscSFFindMatchingIndices()
1077 PetscCall(PetscSFComputeDegreeEnd(sf1, &root_degree)); in PetscSFFindMatchingIndices()
1093 PetscCall(PetscSFGatherBegin(sf1, MPIU_SF_NODE, roots, buffer)); in PetscSFFindMatchingIndices()
1094 PetscCall(PetscSFGatherEnd(sf1, MPIU_SF_NODE, roots, buffer)); in PetscSFFindMatchingIndices()
1099 …if (!areIndicesSame) PetscCall(PetscSFSetGraphLayout(sf1, layout, numLeafIndices, NULL, PETSC_OWN_… in PetscSFFindMatchingIndices()
1101 …PetscCall(PetscSectionMigrateData(sf1, MPIU_SF_NODE, sectionBuffer, buffer, matchSection_, (void *… in PetscSFFindMatchingIndices()
1116 PetscCall(PetscSFDestroy(&sf1)); in PetscSFFindMatchingIndices()