MatSTRUMPACKGetCompLeafSize#

Get STRUMPACK leaf size for HSS, BLR, HODLR…

Synopsis#

#include "petscmat.h" 
PetscErrorCode MatSTRUMPACKGetCompLeafSize(Mat F, PetscInt *leaf_size)

Logically Collective

Input Parameters#

  • F - the factored matrix obtained by calling MatGetFactor() from PETSc-STRUMPACK interface

Output Parameter#

  • leaf_size - Size of diagonal blocks in rank-structured approximation

References#

  • **** -*** STRUMPACK documentation: https://portal.nersc.gov/project/sparse/strumpack/master/

See Also#

Matrices, Mat, MatGetFactor(), MatSTRUMPACKSetCompLeafSize(), MatSTRUMPACKSetReordering(), MatSTRUMPACKSetColPerm()

Level#

intermediate

Location#

src/mat/impls/aij/mpi/strumpack/strumpack.c

Implementations#

MatSTRUMPACKGetCompLeafSize_STRUMPACK() in src/mat/impls/aij/mpi/strumpack/strumpack.c


Edit on GitLab

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