Searched refs:pointsf1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1664 PetscSF pointsf, pointsf1; in DMPlexGlobalVectorView_HDF5_Internal() local 1667 PetscCall(DMGetPointSF(sectiondm, &pointsf1)); 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 1732 PetscCall(DMGetPointSF(sectiondm, &pointsf1)); in DMPlexLocalVectorView_HDF5_Internal() 1733 …PetscCheck(pointsf1 == pointsf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatching point SFs for dm and… in DMPlexLocalVectorView_HDF5_Internal() 3106 PetscSF pointsf, pointsf1; in DMPlexVecLoad_HDF5_Internal() local 3110 PetscCall(DMGetPointSF(sectiondm, &pointsf1)); in DMPlexVecLoad_HDF5_Internal() 3111 …PetscCheck(pointsf1 == pointsf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatching point SFs for dm and… in DMPlexVecLoad_HDF5_Internal()
|