1: #pragma once 3: #include <petscviewerhdf5.h> 4: #include <petscis.h> 6: /* MANSEC = Vec */ 8: #if defined(PETSC_HAVE_HDF5) 9: #include <H5Ipublic.h> 10: PETSC_EXTERN PetscErrorCode PetscViewerHDF5ReadSizes(PetscViewer, const char[], PetscInt *, PetscInt *); 11: PETSC_EXTERN PetscErrorCode PetscViewerHDF5Load(PetscViewer, const char *, PetscLayout, hid_t, void **); 12: #endif