Lines Matching refs:pointsf
1664 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
3109 PetscCall(DMGetPointSF(dm, &pointsf)); in DMPlexVecLoad_HDF5_Internal()
3111 …PetscCheck(pointsf1 == pointsf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatching point SFs for dm and… in DMPlexVecLoad_HDF5_Internal()