Home
last modified time | relevance | path

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

/petsc/src/mat/impls/htool/
H A Dhtool.hpp41 PetscInt max_cluster_leaf_size; member
H A Dhtool.cxx323 …ViewerASCIIPrintf(pv, "maximal cluster leaf size: %" PetscInt_FMT "\n", a->max_cluster_leaf_size)); in MatView_Htool()
390 …", "Maximal leaf size in cluster tree", nullptr, a->max_cluster_leaf_size, &a->max_cluster_leaf_si… in MatSetFromOptions_Htool()
448 recursive_build_strategy.set_maximal_leaf_size(a->max_cluster_leaf_size); in MatAssemblyEnd_Htool()
469 recursive_build_strategy.set_maximal_leaf_size(a->max_cluster_leaf_size); in MatAssemblyEnd_Htool()
874 c->max_cluster_leaf_size = a->max_cluster_leaf_size; in MatTranspose_Htool()
1159 a->max_cluster_leaf_size = 10; in MatCreate_Htool()