Actual source code: glvisvecimpl.h

  1: #ifndef _GLVISVECIMPL_H
  2: #define _GLVISVECIMPL_H

  4: #include <petscviewer.h>
  5: #include <petscvec.h>

  7: PETSC_EXTERN PetscErrorCode VecView_GLVis(Vec, PetscViewer);

  9: #endif