MatHtoolGetHierarchicalMat#

Retrieves the opaque pointer to a Htool virtual matrix stored in a MATHTOOL.

Synopsis#

PETSC_EXTERN PetscErrorCode MatHtoolGetHierarchicalMat(Mat A, void *distributed_operator)

Not Collective; No Fortran Support

Input Parameter#

  • A - hierarchical matrix

Output Parameter#

  • distributed_operator - opaque pointer to a Htool virtual matrix

See Also#

Matrices, Mat, MATHTOOL

Level#

advanced

Location#

src/mat/impls/htool/htool.c

Implementations#

MatHtoolGetHierarchicalMat_Htool() in src/mat/impls/htool/impl/ihtool.cxx


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages