Actual source code: mhypre.h

petsc-3.8.4 2018-03-24
Report Typos and Errors

  2: #if !defined(_MHYPRE_H)
  3: #define _MHYPRE_H

  5:  #include <petscsys.h>
  6: #include <HYPRE_IJ_mv.h>

  8: typedef struct {
  9:   HYPRE_IJMatrix ij;
 10:   HYPRE_IJVector x;
 11:   HYPRE_IJVector b;
 12:   MPI_Comm       comm;
 13:   PetscBool      inner_free;
 14: } Mat_HYPRE;

 16: #endif