xref: /petsc/include/petscmathtool.h (revision aaa8cc7d2a5c3913edcbb923e20f154fe9c4aa65)
1 #ifndef PETSCMATHTOOL_H
2 #define PETSCMATHTOOL_H
3 
4 #include <petscmat.h>
5 
6 namespace htool
7 {
8 template <class>
9 class VirtualHMatrix; /* forward definition of a single needed Htool class */
10 } // namespace htool
11 
12 PETSC_EXTERN PetscErrorCode MatHtoolGetHierarchicalMat(Mat, const htool::VirtualHMatrix<PetscScalar> **);
13 
14 #endif /* PETSCMATHTOOL_H */
15