xref: /petsc/include/petscmathtool.h (revision 9281ddf3762f2d5c362e1f7018c73fc774f3a8d2)
1 #pragma once
2 
3 #include <petscmat.h>
4 
5 namespace htool
6 {
7 template <class>
8 class DistributedOperator; /* forward definition of a single needed Htool class */
9 } // namespace htool
10 
11 PETSC_EXTERN PetscErrorCode MatHtoolGetHierarchicalMat(Mat, const htool::DistributedOperator<PetscScalar> **);
12