Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1600 const char *sectiondm_name; in DMPlexSectionView_HDF5_Internal() local
1612 PetscCall(PetscObjectGetName((PetscObject)sectiondm, &sectiondm_name)); in DMPlexSectionView_HDF5_Internal()
1616 PetscCall(PetscViewerHDF5PushGroup(viewer, sectiondm_name)); in DMPlexSectionView_HDF5_Internal()
1657 const char *sectiondm_name; in DMPlexGlobalVectorView_HDF5_Internal() local
1671 PetscCall(PetscObjectGetName((PetscObject)sectiondm, &sectiondm_name)); in DMPlexGlobalVectorView_HDF5_Internal()
1676 PetscCall(PetscViewerHDF5PushGroup(viewer, sectiondm_name)); in DMPlexGlobalVectorView_HDF5_Internal()
1718 const char *sectiondm_name; in DMPlexLocalVectorView_HDF5_Internal() local
1736 PetscCall(PetscObjectGetName((PetscObject)sectiondm, &sectiondm_name)); in DMPlexLocalVectorView_HDF5_Internal()
1741 PetscCall(PetscViewerHDF5PushGroup(viewer, sectiondm_name)); in DMPlexLocalVectorView_HDF5_Internal()
2913 const char *sectiondm_name; in DMPlexSectionLoad_HDF5_Internal() local
[all …]