1: #ifndef __VIEWEREXODUSIIIMPL_H 4: #include <petscviewerexodusii.h> 6: #if defined(PETSC_HAVE_EXODUSII) 8: typedef struct { 9: char *filename; 10: PetscFileMode btype; 11: int exoid; 12: PetscInt order; /* the "order" of the mesh, used to construct tri6, tetra10 cells */ 13: } PetscViewer_ExodusII; 15: #endif 16: #endif