Home
last modified time | relevance | path

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

/petsc/src/mat/impls/htool/
H A Dhtool.hpp53 std::unique_ptr<htool::Cluster<PetscReal>> target_cluster; member
H A Dhtool.cxx66 source_cluster = a->source_cluster ? a->source_cluster.get() : a->target_cluster.get(); in MatGetDiagonalBlock_Htool()
67 …umbering(*a->distributed_operator_holder->hmatrix.get_sub_hmatrix(a->target_cluster->get_cluster_o… in MatGetDiagonalBlock_Htool()
287 a->target_cluster.reset(); in MatDestroy_Htool()
424 a->target_cluster.reset(); in MatAssemblyEnd_Htool()
449 …a->target_cluster = std::make_unique<htool::Cluster<PetscReal>>(recursive_build_strategy.create_cl… in MatAssemblyEnd_Htool()
473 } else source_cluster = a->target_cluster.get(); in MatAssemblyEnd_Htool()
484 …ool::fullACA<PetscScalar>>(a->wrapper ? *a->wrapper : *generator, a->target_cluster->get_permutati… in MatAssemblyEnd_Htool()
487 …d<htool::SVD<PetscScalar>>(a->wrapper ? *a->wrapper : *generator, a->target_cluster->get_permutati… in MatAssemblyEnd_Htool()
490 …ympartialACA<PetscScalar>>(a->wrapper ? *a->wrapper : *generator, a->target_cluster->get_permutati… in MatAssemblyEnd_Htool()
505 …tionBuilder<PetscScalar>>(a->wrapper ? *a->wrapper : *generator, *a->target_cluster, *source_clust… in MatAssemblyEnd_Htool()
[all …]