Lines Matching refs:PetscSFNode

256   const PetscSFNode *iremote;  in PetscSFCheckGraphValid_Private()
456 … nroots, PetscInt nleaves, PetscInt ilocal[], PetscCopyMode localmode, PetscSFNode iremote[], Pets… in PetscSFSetGraph()
494 PetscSFNode *tremote = NULL; in PetscSFSetGraph()
502 PetscSFNode work; in PetscSFSetGraph()
504 PetscCall(PetscSortIntWithDataArray(nleaves, ilocal, iremote, sizeof(PetscSFNode), &work)); in PetscSFSetGraph()
673 PetscSFNode *roots, *leaves; in PetscSFCreateInverseSF()
752 const PetscSFNode *iremote; in PetscSFDuplicate()
754 …Graph(*newsf, nroots, nleaves, (PetscInt *)ilocal, PETSC_COPY_VALUES, (PetscSFNode *)iremote, PETS… in PetscSFDuplicate()
804 …SF sf, PetscInt *nroots, PetscInt *nleaves, const PetscInt *ilocal[], const PetscSFNode *iremote[]) in PetscSFGetGraph()
1154 PetscSFNode *remote; in PetscSFGetGroups()
1212 PetscSFNode *rremotes; in PetscSFGetRanksSF()
1263 PetscSFNode *remote; in PetscSFGetMultiSF()
1288 PetscSFNode *newremote; in PetscSFGetMultiSF()
1344 const PetscSFNode *iremote; in PetscSFCreateEmbeddedRootSF()
1345 PetscSFNode *new_iremote; in PetscSFCreateEmbeddedRootSF()
1426 const PetscSFNode *iremote; in PetscSFCreateEmbeddedLeafSF()
1427 PetscSFNode *new_iremote; in PetscSFCreateEmbeddedLeafSF()
2046 const PetscSFNode *remotePointsA, *remotePointsB; in PetscSFCompose()
2047 PetscSFNode *remotePointsBA = NULL, *reorderedRemotePointsA = NULL, *leafdataB; in PetscSFCompose()
2151 const PetscSFNode *remotePointsA, *remotePointsB; in PetscSFComposeInverse()
2152 PetscSFNode *remotePointsBA; in PetscSFComposeInverse()
2154 PetscSFNode *reorderedRemotePointsA = NULL; in PetscSFComposeInverse()
2244 const PetscSFNode *iremote; in PetscSFCreateLocalSF_Private()
2246 PetscSFNode *liremote; in PetscSFCreateLocalSF_Private()
2456 PetscSFNode *iremote_new; in PetscSFConcatenate()
2587 const PetscSFNode *iremote; in PetscSFConcatenate()
2588 PetscSFNode *tmp_rootdata; in PetscSFConcatenate()
2589PetscSFNode *tmp_leafdata = PetscSafePointerPlusOffset(iremote_new, leafArrayOffsets[s]); in PetscSFConcatenate()
2594 …PetscCall(PetscSFSetGraph(tmp_sf, nr, nl, NULL, PETSC_USE_POINTER, (PetscSFNode *)iremote, PETSC_C… in PetscSFConcatenate()