MatSTRUMPACKGetCompLossyPrecision#
Get STRUMPACK https://portal.nersc.gov/project/sparse/strumpack/master precision for lossy compression, that is MAT_STRUMPACK_COMPRESSION_TYPE_LOSSY
Synopsis#
PetscErrorCode MatSTRUMPACKGetCompLossyPrecision(Mat F, PetscInt *lossy_prec)
Logically Collective
Input Parameters#
F - the factored matrix obtained by calling
MatGetFactor()from PETSc-STRUMPACK interface
Output Parameter#
lossy_prec - Number of bitplanes to use in lossy compression
See Also#
MATSOLVERSTRUMPACK, MatGetFactor(), MatSTRUMPACKSetCompLossyPrecision(), MAT_STRUMPACK_COMPRESSION_TYPE_LOSSY
Level#
intermediate
Location#
Implementations#
MatSTRUMPACKGetCompLossyPrecision_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