MatHtoolGetHierarchicalMat#
Retrieves the opaque pointer to a Htool virtual matrix stored in a MATHTOOL
.
Synopsis#
#include "petscmat.h"
PETSC_EXTERN PetscErrorCode MatHtoolGetHierarchicalMat(Mat A, const htool::VirtualHMatrix<PetscScalar> **hmatrix)
Input Parameter#
A - hierarchical matrix
Output Parameter#
hmatrix - opaque pointer to a Htool virtual matrix
See Also#
Level#
advanced
Location#
Implementations#
MatHtoolGetHierarchicalMat_Htool in src/mat/impls/htool/htool.cxx
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages