| /petsc/src/vec/vec/tutorials/ |
| H A D | ex19.c | 38 PetscCall(PetscViewerHDF5PushGroup(viewer, "/testBlockSize")); in main() 48 PetscCall(PetscViewerHDF5PushGroup(viewer, "/testTimestep")); in main() 59 PetscCall(PetscViewerHDF5PushGroup(viewer, "testBlockSize")); in main() 88 PetscCall(PetscViewerHDF5PushGroup(viewer, "/testBlockSize")); in main() 100 PetscCall(PetscViewerHDF5PushGroup(viewer, "/testTimestep")); in main() 116 PetscCall(PetscViewerHDF5PushGroup(viewer, "testBlockSize")); in main()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 425 PetscCall(PetscViewerHDF5PushGroup(viewer, "/")); in DMSequenceView_HDF5() 446 PetscCall(PetscViewerHDF5PushGroup(viewer, "/")); in DMSequenceLoad_HDF5_Internal() 573 PetscCall(PetscViewerHDF5PushGroup(viewer, fgroup)); in VecView_Plex_Local_HDF5_Internal() 578 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in VecView_Plex_Local_HDF5_Internal() 663 PetscCall(PetscViewerHDF5PushGroup(viewer, "/fields")); in VecView_Plex_Local_HDF5_Internal() 698 PetscCall(PetscViewerHDF5PushGroup(viewer, "/fields")); in VecView_Plex_HDF5_Internal() 715 PetscCall(PetscViewerHDF5PushGroup(viewer, "/fields")); in VecView_Plex_HDF5_Native_Internal() 735 PetscCall(PetscViewerHDF5PushGroup(viewer, "/fields")); in VecLoad_Plex_HDF5_Internal() 757 PetscCall(PetscViewerHDF5PushGroup(viewer, "/fields")); in VecLoad_Plex_HDF5_Native_Internal() 1027 PetscCall(PetscViewerHDF5PushGroup(viewer, "strata")); in DMPlexTopologyView_HDF5_Private() [all …]
|
| H A D | plexhdf5xdmf.c | 90 PetscCall(PetscViewerHDF5PushGroup(viewer, topo_path)); in DMPlexLoad_HDF5_Xdmf_Internal() 107 PetscCall(PetscViewerHDF5PushGroup(viewer, geom_path)); in DMPlexLoad_HDF5_Xdmf_Internal()
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 71 PetscCall(PetscViewerHDF5PushGroup(viewer, "bc")); in PetscSectionView_HDF5_SingleField() 94 PetscCall(PetscViewerHDF5PushGroup(viewer, "section")); in PetscSectionView_HDF5_Internal() 104 PetscCall(PetscViewerHDF5PushGroup(viewer, fname)); in PetscSectionView_HDF5_Internal() 114 PetscCall(PetscViewerHDF5PushGroup(viewer, cname)); in PetscSectionView_HDF5_Internal() 227 PetscCall(PetscViewerHDF5PushGroup(viewer, "bc")); in PetscSectionLoad_HDF5_SingleField() 280 PetscCall(PetscViewerHDF5PushGroup(viewer, "section")); in PetscSectionLoad_HDF5_Internal() 299 PetscCall(PetscViewerHDF5PushGroup(viewer, fname)); in PetscSectionLoad_HDF5_Internal() 310 PetscCall(PetscViewerHDF5PushGroup(viewer, cname)); in PetscSectionLoad_HDF5_Internal()
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | hdf5.h | 12 PetscErrorCode PetscViewerHDF5PushGroup(PETSC_UNUSED PetscViewer vw,PETSC_UNUSED const char g[]){Pe… in PetscViewerHDF5PushGroup() function
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 366 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testGroupsDatasets() 407 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testGroupsDatasets() 428 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testGroupsDatasets() 508 if (prefix) PetscCall(PetscViewerHDF5PushGroup(viewer, prefix)); in testAttributesAbsolutePath() 544 if (prefix) PetscCall(PetscViewerHDF5PushGroup(viewer, prefix)); in testAttributesAbsolutePath() 603 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testAttributesPushedPath() 630 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testAttributesPushedPath() 679 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testObjectAttributes() 716 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testObjectAttributes()
|
| /petsc/include/ |
| H A D | petscviewerhdf5.h | 64 PETSC_EXTERN PetscErrorCode PetscViewerHDF5PushGroup(PetscViewer, const char[]);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvwr.pxi | 124 PetscErrorCode PetscViewerHDF5PushGroup(PetscViewer, char[])
|
| H A D | Viewer.pyx | 1152 popGroup, getGroup, petsc.PetscViewerHDF5PushGroup 1157 CHKERR(PetscViewerHDF5PushGroup(self.vwr, cgroup))
|
| /petsc/src/mat/impls/aij/seq/hdf5/ |
| H A D | aijhdf5.c | 60 PetscCall(PetscViewerHDF5PushGroup(viewer, mat_name)); in MatLoad_AIJ_HDF5()
|
| /petsc/src/tao/tutorials/ |
| H A D | ex3.c | 101 PetscCall(PetscViewerHDF5PushGroup(viewer, "/Mesh/mesh")); in CreateMesh()
|
| /petsc/doc/changes/ |
| H A D | 316.md | 53 - `PetscViewerHDF5PushGroup()`: if input path begins with `/`, it is
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 763 PetscErrorCode PetscViewerHDF5PushGroup(PetscViewer viewer, const char name[]) in PetscViewerHDF5PushGroup() function
|
| /petsc/src/snes/tutorials/ |
| H A D | ex12.c | 831 PetscCall(PetscViewerHDF5PushGroup(viewer, "/fields")); in main()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 42 PetscCall(PetscViewerHDF5PushGroup(viewer, "/particle_fields")); in VecView_Swarm_HDF5_Internal() 69 PetscCall(PetscViewerHDF5PushGroup(viewer, "/particles")); in DMSwarmView_HDF5()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1048 PetscCall(PetscViewerHDF5PushGroup(viewer, groupname)); in SaveToFile() 1160 PetscCall(PetscViewerHDF5PushGroup(viewer, groupname)); in LoadFromFile()
|