Actual source code: vieweradiosimpl.h

  1: #pragma once

  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;