MatSTRUMPACKGetCompButterflyLevels#
Get STRUMPACK https://portal.nersc.gov/project/sparse/strumpack/master number of butterfly levels in MAT_STRUMPACK_COMPRESSION_TYPE_HODLR, MAT_STRUMPACK_COMPRESSION_TYPE_BLR_HODLR, or MAT_STRUMPACK_COMPRESSION_TYPE_ZFP_BLR_HODLR compression (requires ButterflyPACK support)
Synopsis#
PetscErrorCode MatSTRUMPACKGetCompButterflyLevels(Mat F, PetscInt *bfly_lvls)
Logically Collective
Input Parameters#
F - the factored matrix obtained by calling
MatGetFactor()from PETSc-STRUMPACK interface
Output Parameter#
bfly_lvls - Number of levels of butterfly compression in compression
See Also#
MATSOLVERSTRUMPACK, MatGetFactor(), MatSTRUMPACKSetCompButterflyLevels(), MAT_STRUMPACK_COMPRESSION_TYPE_HODLR,
MAT_STRUMPACK_COMPRESSION_TYPE_BLR_HODLR, MAT_STRUMPACK_COMPRESSION_TYPE_ZFP_BLR_HODLR
Level#
intermediate
Location#
Implementations#
MatSTRUMPACKGetCompButterflyLevels_STRUMPACK() in src/mat/impls/aij/mpi/strumpack/impl/istrumpack.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages