Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex19.c46 PetscCall(PetscViewerHDF5PopGroup(viewer)); in main()
67 PetscCall(PetscViewerHDF5PopGroup(viewer)); in main()
70 PetscCall(PetscViewerHDF5PopGroup(viewer)); in main()
98 PetscCall(PetscViewerHDF5PopGroup(viewer)); in main()
130 PetscCall(PetscViewerHDF5PopGroup(viewer)); in main()
133 PetscCall(PetscViewerHDF5PopGroup(viewer)); in main()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c430 PetscCall(PetscViewerHDF5PopGroup(viewer)); in DMSequenceView_HDF5()
451 PetscCall(PetscViewerHDF5PopGroup(viewer)); in DMSequenceLoad_HDF5_Internal()
657 PetscCall(PetscViewerHDF5PopGroup(viewer)); in VecView_Plex_Local_HDF5_Internal()
666 PetscCall(PetscViewerHDF5PopGroup(viewer)); in VecView_Plex_Local_HDF5_Internal()
702 PetscCall(PetscViewerHDF5PopGroup(viewer)); in VecView_Plex_HDF5_Internal()
718 PetscCall(PetscViewerHDF5PopGroup(viewer)); in VecView_Plex_HDF5_Native_Internal()
742 PetscCall(PetscViewerHDF5PopGroup(viewer)); in VecLoad_Plex_HDF5_Internal()
764 PetscCall(PetscViewerHDF5PopGroup(viewer)); in VecLoad_Plex_HDF5_Native_Internal()
1036 PetscCall(PetscViewerHDF5PopGroup(viewer)); in DMPlexTopologyView_HDF5_Private()
1038 PetscCall(PetscViewerHDF5PopGroup(viewer)); /* strata */ in DMPlexTopologyView_HDF5_Private()
[all …]
H A Dplexhdf5xdmf.c103 PetscCall(PetscViewerHDF5PopGroup(viewer)); in DMPlexLoad_HDF5_Xdmf_Internal()
120 PetscCall(PetscViewerHDF5PopGroup(viewer)); in DMPlexLoad_HDF5_Xdmf_Internal()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c80 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionView_HDF5_SingleField()
117 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionView_HDF5_Internal()
120 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionView_HDF5_Internal()
122 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionView_HDF5_Internal()
252 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionLoad_HDF5_SingleField()
314 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionLoad_HDF5_Internal()
317 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionLoad_HDF5_Internal()
319 PetscCall(PetscViewerHDF5PopGroup(viewer)); in PetscSectionLoad_HDF5_Internal()
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhdf5.h13 PetscErrorCode PetscViewerHDF5PopGroup(PETSC_UNUSED PetscViewer vw){PetscViewerHDF5Error;} in PetscViewerHDF5PopGroup() function
/petsc/src/vec/vec/tests/
H A Dex48.c364 PetscCall(PetscViewerHDF5PopGroup(viewer)); in testGroupsDatasets()
405 PetscCall(PetscViewerHDF5PopGroup(viewer)); in testGroupsDatasets()
426 PetscCall(PetscViewerHDF5PopGroup(viewer)); in testGroupsDatasets()
540 if (prefix) PetscCall(PetscViewerHDF5PopGroup(viewer)); in testAttributesAbsolutePath()
571 if (prefix) PetscCall(PetscViewerHDF5PopGroup(viewer)); in testAttributesAbsolutePath()
601 PetscCall(PetscViewerHDF5PopGroup(viewer)); in testAttributesPushedPath()
628 PetscCall(PetscViewerHDF5PopGroup(viewer)); in testAttributesPushedPath()
677 PetscCall(PetscViewerHDF5PopGroup(viewer)); in testObjectAttributes()
714 PetscCall(PetscViewerHDF5PopGroup(viewer)); in testObjectAttributes()
/petsc/include/
H A Dpetscviewerhdf5.h65 PETSC_EXTERN PetscErrorCode PetscViewerHDF5PopGroup(PetscViewer);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi125 PetscErrorCode PetscViewerHDF5PopGroup(PetscViewer)
H A DViewer.pyx1166 pushGroup, getGroup, petsc.PetscViewerHDF5PopGroup
1169 CHKERR(PetscViewerHDF5PopGroup(self.vwr))
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c147 PetscCall(PetscViewerHDF5PopGroup(viewer)); in MatLoad_AIJ_HDF5()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c814 PetscErrorCode PetscViewerHDF5PopGroup(PetscViewer viewer) in PetscViewerHDF5PopGroup() function
/petsc/src/snes/tutorials/
H A Dex12.c833 PetscCall(PetscViewerHDF5PopGroup(viewer)); in main()
/petsc/src/dm/impls/swarm/
H A Dswarm.c50 PetscCall(PetscViewerHDF5PopGroup(viewer)); in VecView_Swarm_HDF5_Internal()
73 PetscCall(PetscViewerHDF5PopGroup(viewer)); in DMSwarmView_HDF5()
/petsc/src/ts/tutorials/
H A Dex30.c1126 PetscCall(PetscViewerHDF5PopGroup(viewer)); in SaveToFile()
1261 PetscCall(PetscViewerHDF5PopGroup(viewer)); in LoadFromFile()