Actual source code: vieweradiosimpl.h

  1: #ifndef PETSC_VIEWER_ADIOS_IMPL_H
  2: #define PETSC_VIEWER_ADIOS_IMPL_H

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

 12: #endif