Searched defs:leaf_size (Results 1 – 1 of 1) sorted by relevance
459 static PetscErrorCode MatSTRUMPACKSetCompLeafSize_STRUMPACK(Mat F, PetscInt leaf_size) in MatSTRUMPACKSetCompLeafSize_STRUMPACK()467 static PetscErrorCode MatSTRUMPACKGetCompLeafSize_STRUMPACK(Mat F, PetscInt *leaf_size) in MatSTRUMPACKGetCompLeafSize_STRUMPACK()492 PetscErrorCode MatSTRUMPACKSetCompLeafSize(Mat F, PetscInt leaf_size) in MatSTRUMPACKSetCompLeafSize()515 PetscErrorCode MatSTRUMPACKGetCompLeafSize(Mat F, PetscInt *leaf_size) in MatSTRUMPACKGetCompLeafSize()1063 PetscInt min_sep_size, leaf_size, nxyz[3], nrdims, nc, w; in MatGetFactor_aij_strumpack() local