Lines Matching refs:PetscSFGetGraph
365 PetscCall(PetscSFGetGraph(sfPoint, NULL, &numLeaves, NULL, &remotePoints)); in DMPlexCreateTwoSidedProcessSF()
523 PetscCall(PetscSFGetGraph(sfPoint, NULL, &nleaves, &local, &remote)); in DMPlexCreateOverlapLabel()
683 PetscCall(PetscSFGetGraph(sfPoint, NULL, &nleaves, &local, &remote)); in DMPlexCreateOverlapLabelFromLabels()
793 PetscCall(PetscSFGetGraph(overlapSF, &nroots, &nleaves, NULL, &overlapRemote)); in DMPlexCreateOverlapMigrationSF()
835 PetscCall(PetscSFGetGraph(pointSF, NULL, &numSharedPoints, &sharedLocal, &sharedRemote)); in DMPlexCreateOverlapMigrationSF()
907 PetscCall(PetscSFGetGraph(sf, &nroots, &nleaves, NULL, &iremote)); in DMPlexStratifyMigrationSF()
1512 PetscCall(PetscSFGetGraph(migrationSF, &nroots, &nleaves, &leaves, &roots)); in DMPlexCreatePointSF()
1638 PetscCall(PetscSFGetGraph(sfPoint, &nroots, NULL, NULL, NULL)); in DMPlexMigrate()
1654 PetscCall(PetscSFGetGraph(sf, NULL, &nleaves, NULL, NULL)); in DMPlexMigrate()
1702 PetscCall(PetscSFGetGraph(sfMigration, &nroots, &noldleaves, &oldLeaves, &oldRemote)); in DMPlexRemapMigrationSF()
1703 PetscCall(PetscSFGetGraph(sfOverlap, NULL, &nleaves, NULL, NULL)); in DMPlexRemapMigrationSF()