Actual source code: vieweradiosimpl.h


  2: #ifndef __VIEWERADIOSIMPL_H

  5: typedef struct {
  6:   char         *filename;
  7:   PetscFileMode btype;
  8:   PetscInt      timestep;
  9:   int64_t       adios_handle;
 10:   ADIOS_FILE   *adios_fp;
 11: } PetscViewer_ADIOS;

 13: #endif