Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex19.c38 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 Dplexhdf5.c425 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 Dplexhdf5xdmf.c90 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 Dsectionhdf5.c71 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 Dhdf5.h12 PetscErrorCode PetscViewerHDF5PushGroup(PETSC_UNUSED PetscViewer vw,PETSC_UNUSED const char g[]){Pe… in PetscViewerHDF5PushGroup() function
/petsc/src/vec/vec/tests/
H A Dex48.c366 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 Dpetscviewerhdf5.h64 PETSC_EXTERN PetscErrorCode PetscViewerHDF5PushGroup(PetscViewer, const char[]);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi124 PetscErrorCode PetscViewerHDF5PushGroup(PetscViewer, char[])
H A DViewer.pyx1152 popGroup, getGroup, petsc.PetscViewerHDF5PushGroup
1157 CHKERR(PetscViewerHDF5PushGroup(self.vwr, cgroup))
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c60 PetscCall(PetscViewerHDF5PushGroup(viewer, mat_name)); in MatLoad_AIJ_HDF5()
/petsc/src/tao/tutorials/
H A Dex3.c101 PetscCall(PetscViewerHDF5PushGroup(viewer, "/Mesh/mesh")); in CreateMesh()
/petsc/doc/changes/
H A D316.md53 - `PetscViewerHDF5PushGroup()`: if input path begins with `/`, it is
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c763 PetscErrorCode PetscViewerHDF5PushGroup(PetscViewer viewer, const char name[]) in PetscViewerHDF5PushGroup() function
/petsc/src/snes/tutorials/
H A Dex12.c831 PetscCall(PetscViewerHDF5PushGroup(viewer, "/fields")); in main()
/petsc/src/dm/impls/swarm/
H A Dswarm.c42 PetscCall(PetscViewerHDF5PushGroup(viewer, "/particle_fields")); in VecView_Swarm_HDF5_Internal()
69 PetscCall(PetscViewerHDF5PushGroup(viewer, "/particles")); in DMSwarmView_HDF5()
/petsc/src/ts/tutorials/
H A Dex30.c1048 PetscCall(PetscViewerHDF5PushGroup(viewer, groupname)); in SaveToFile()
1160 PetscCall(PetscViewerHDF5PushGroup(viewer, groupname)); in LoadFromFile()