Lines Matching refs:sectiondm
1595 PetscErrorCode DMPlexSectionView_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm) in DMPlexSectionView_HDF5_Internal() argument
1610 PetscCall(PetscObjectGetComm((PetscObject)sectiondm, &comm)); in DMPlexSectionView_HDF5_Internal()
1612 PetscCall(PetscObjectGetName((PetscObject)sectiondm, §iondm_name)); in DMPlexSectionView_HDF5_Internal()
1617 PetscCall(DMGetGlobalSection(sectiondm, &gsection)); in DMPlexSectionView_HDF5_Internal()
1654 PetscErrorCode DMPlexGlobalVectorView_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, Vec ve… in DMPlexGlobalVectorView_HDF5_Internal() argument
1667 PetscCall(DMGetPointSF(sectiondm, &pointsf1)); in DMPlexGlobalVectorView_HDF5_Internal()
1671 PetscCall(PetscObjectGetName((PetscObject)sectiondm, §iondm_name)); in DMPlexGlobalVectorView_HDF5_Internal()
1714 PetscErrorCode DMPlexLocalVectorView_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, Vec vec) in DMPlexLocalVectorView_HDF5_Internal() argument
1732 PetscCall(DMGetPointSF(sectiondm, &pointsf1)); in DMPlexLocalVectorView_HDF5_Internal()
1736 PetscCall(PetscObjectGetName((PetscObject)sectiondm, §iondm_name)); in DMPlexLocalVectorView_HDF5_Internal()
1748 PetscCall(DMGetGlobalSection(sectiondm, §ion)); in DMPlexLocalVectorView_HDF5_Internal()
1754 PetscCall(DMLocalToGlobalBegin(sectiondm, vec, INSERT_VALUES, gvec)); in DMPlexLocalVectorView_HDF5_Internal()
1755 PetscCall(DMLocalToGlobalEnd(sectiondm, vec, INSERT_VALUES, gvec)); in DMPlexLocalVectorView_HDF5_Internal()
2908 PetscErrorCode DMPlexSectionLoad_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sfX… in DMPlexSectionLoad_HDF5_Internal() argument
2924 PetscCall(PetscObjectGetName((PetscObject)sectiondm, §iondm_name)); in DMPlexSectionLoad_HDF5_Internal()
3034 PetscCall(DMGetLocalSection(sectiondm, §ionB)); in DMPlexSectionLoad_HDF5_Internal()
3060 PetscCall(DMGetGlobalSection(sectiondm, &gsectionB1)); in DMPlexSectionLoad_HDF5_Internal()
3062 PetscCall(DMGetPointSF(sectiondm, &pointsf)); in DMPlexSectionLoad_HDF5_Internal()
3078 PetscErrorCode DMPlexVecLoad_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sf, Vec… in DMPlexVecLoad_HDF5_Internal() argument
3093 PetscCall(PetscObjectGetName((PetscObject)sectiondm, §iondm_name)); in DMPlexVecLoad_HDF5_Internal()
3110 PetscCall(DMGetPointSF(sectiondm, &pointsf1)); in DMPlexVecLoad_HDF5_Internal()