xref: /petsc/include/petsc/private/vieweradiosimpl.h (revision 9dd11ecf0918283bb567d8b33a92f53ac4ea7840)
1 #pragma once
2 
3 typedef struct {
4   char         *filename;
5   PetscFileMode btype;
6   PetscInt      timestep;
7   int64_t       adios_handle;
8   ADIOS_FILE   *adios_fp;
9 } PetscViewer_ADIOS;
10