Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c1387 PetscSF pointsf; in DMPlexComparePointSFWithInterface_Private() local
1396 PetscCall(DMGetPointSF(ipdm, &pointsf)); in DMPlexComparePointSFWithInterface_Private()
1397 if (pointsf) { in DMPlexComparePointSFWithInterface_Private()
1399 PetscCall(PetscSFGetGraph(pointsf, &nroots, NULL, NULL, NULL)); in DMPlexComparePointSFWithInterface_Private()
1400 if (nroots < 0) pointsf = NULL; /* uninitialized SF */ in DMPlexComparePointSFWithInterface_Private()
1402 if (!pointsf) { in DMPlexComparePointSFWithInterface_Private()
1410 PetscCall(PointSFGetInterfacePoints_Private(pointsf, &pointsf_is)); in DMPlexComparePointSFWithInterface_Private()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1664 PetscSF pointsf, pointsf1; in DMPlexGlobalVectorView_HDF5_Internal() local
1666 PetscCall(DMGetPointSF(dm, &pointsf)); in DMPlexGlobalVectorView_HDF5_Internal()
1668 …PetscCheck(pointsf1 == pointsf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatching point SFs for dm and… in DMPlexGlobalVectorView_HDF5_Internal()
1729 PetscSF pointsf, pointsf1; in DMPlexLocalVectorView_HDF5_Internal() local
1731 PetscCall(DMGetPointSF(dm, &pointsf)); in DMPlexLocalVectorView_HDF5_Internal()
1733 …PetscCheck(pointsf1 == pointsf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatching point SFs for dm and… in DMPlexLocalVectorView_HDF5_Internal()
3058 PetscSF gsfABdata, pointsf; in DMPlexSectionLoad_HDF5_Internal() local
3062 PetscCall(DMGetPointSF(sectiondm, &pointsf)); in DMPlexSectionLoad_HDF5_Internal()
3063 …PetscCall(PetscSectionCreateGlobalSection(sectionB, pointsf, PETSC_TRUE, includesConstraintsB, PET… in DMPlexSectionLoad_HDF5_Internal()
3106 PetscSF pointsf, pointsf1; in DMPlexVecLoad_HDF5_Internal() local
[all …]
/petsc/src/dm/impls/network/
H A Dnetwork.c1768 PetscSF pointsf = NULL; in DMNetworkDistribute() local
1800 PetscCall(DMPlexDistribute(oldDMnetwork->plex, overlap, &pointsf, &newDMnetwork->plex)); in DMNetworkDistribute()
1804 …PetscCall(PetscSFDistributeSection(pointsf, oldDMnetwork->DofSection, NULL, newDMnetwork->DofSecti… in DMNetworkDistribute()
1808 …PetscCall(DMPlexDistributeData(newDMnetwork->plex, pointsf, oldDMnetwork->DataSection, MPIU_INT, (… in DMNetworkDistribute()
1943 PetscCall(DMNetworkDistributeCoordinates(*dm, pointsf, newDM)); in DMNetworkDistribute()
1948 PetscCall(PetscSFDestroy(&pointsf)); in DMNetworkDistribute()