Home
last modified time | relevance | path

Searched refs:leaf_size (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/mpi/strumpack/
H A Dstrumpack.c459 static PetscErrorCode MatSTRUMPACKSetCompLeafSize_STRUMPACK(Mat F, PetscInt leaf_size) in MatSTRUMPACKSetCompLeafSize_STRUMPACK() argument
464 …nalVoid("STRUMPACK_set_compression_leaf_size", STRUMPACK_set_compression_leaf_size(*S, leaf_size)); in MatSTRUMPACKSetCompLeafSize_STRUMPACK()
467 static PetscErrorCode MatSTRUMPACKGetCompLeafSize_STRUMPACK(Mat F, PetscInt *leaf_size) in MatSTRUMPACKGetCompLeafSize_STRUMPACK() argument
472 …PetscStackCallExternalVoid("STRUMPACK_compression_leaf_size", *leaf_size = (PetscInt)STRUMPACK_com… in MatSTRUMPACKGetCompLeafSize_STRUMPACK()
492 PetscErrorCode MatSTRUMPACKSetCompLeafSize(Mat F, PetscInt leaf_size) in MatSTRUMPACKSetCompLeafSize() argument
496 PetscValidLogicalCollectiveInt(F, leaf_size, 2); in MatSTRUMPACKSetCompLeafSize()
497 PetscTryMethod(F, "MatSTRUMPACKSetCompLeafSize_C", (Mat, PetscInt), (F, leaf_size)); in MatSTRUMPACKSetCompLeafSize()
515 PetscErrorCode MatSTRUMPACKGetCompLeafSize(Mat F, PetscInt *leaf_size) in MatSTRUMPACKGetCompLeafSize() argument
519 PetscTryMethod(F, "MatSTRUMPACKGetCompLeafSize_C", (Mat, PetscInt *), (F, leaf_size)); in MatSTRUMPACKGetCompLeafSize()
520 PetscValidLogicalCollectiveInt(F, *leaf_size, 2); in MatSTRUMPACKGetCompLeafSize()
[all …]