Lines Matching refs:sfB

2044 PetscErrorCode PetscSFCompose(PetscSF sfA, PetscSF sfB, PetscSF *sfBA)  in PetscSFCompose()  argument
2056 PetscValidHeaderSpecific(sfB, PETSCSF_CLASSID, 2); in PetscSFCompose()
2057 PetscSFCheckGraphSet(sfB, 2); in PetscSFCompose()
2058 PetscCheckSameComm(sfA, 1, sfB, 2); in PetscSFCompose()
2061 PetscCall(PetscSFCheckLeavesUnique_Private(sfB)); in PetscSFCompose()
2064 PetscCall(PetscSFGetGraph(sfB, &numRootsB, &numLeavesB, &localPointsB, &remotePointsB)); in PetscSFCompose()
2087 PetscCall(PetscSFGetLeafRange(sfB, &minleaf, &maxleaf)); in PetscSFCompose()
2093 …PetscCall(PetscSFBcastBegin(sfB, MPIU_SF_NODE, remotePointsA, PetscSafePointerPlusOffset(leafdataB… in PetscSFCompose()
2094 …PetscCall(PetscSFBcastEnd(sfB, MPIU_SF_NODE, remotePointsA, PetscSafePointerPlusOffset(leafdataB, … in PetscSFCompose()
2149 PetscErrorCode PetscSFComposeInverse(PetscSF sfA, PetscSF sfB, PetscSF *sfBA) in PetscSFComposeInverse() argument
2164 PetscValidHeaderSpecific(sfB, PETSCSF_CLASSID, 2); in PetscSFComposeInverse()
2165 PetscSFCheckGraphSet(sfB, 2); in PetscSFComposeInverse()
2166 PetscCheckSameComm(sfA, 1, sfB, 2); in PetscSFComposeInverse()
2169 PetscCall(PetscSFCheckLeavesUnique_Private(sfB)); in PetscSFComposeInverse()
2172 PetscCall(PetscSFGetGraph(sfB, &numRootsB, &numLeavesB, &localPointsB, &remotePointsB)); in PetscSFComposeInverse()
2183 PetscCall(PetscObjectTypeCompare((PetscObject)sfB, PETSCSFWINDOW, &iswin)); in PetscSFComposeInverse()
2187 PetscCall(PetscSFGetLeafRange(sfB, &minleaf, &maxleaf)); in PetscSFComposeInverse()
2212 …PetscCall(PetscSFReduceBegin(sfB, MPIU_SF_NODE, PetscSafePointerPlusOffset(reorderedRemotePointsA,… in PetscSFComposeInverse()
2213 …PetscCall(PetscSFReduceEnd(sfB, MPIU_SF_NODE, PetscSafePointerPlusOffset(reorderedRemotePointsA, -… in PetscSFComposeInverse()