xref: /petsc/include/petsclayouthdf5.h (revision bcd4bb4a4158aa96f212e9537e87b40407faf83e)
1 #pragma once
2 
3 #include <petscviewerhdf5.h>
4 #include <petscis.h>
5 
6 /* MANSEC = Vec */
7 
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
13