Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c123 …PetscInt as_amg_alpha_opts[5]; /* AMG coarsen type, agg_levels, relax_type, interp_type, Pmax for… member
1580 …_amg_alpha_options", "AMG options for vector Poisson", "None", jac->as_amg_alpha_opts, &n, &flag2)… in PCSetFromOptions_HYPRE_AMS()
1582 …PetscCallHYPRE(HYPRE_AMSSetAlphaAMGOptions(jac->hsolver, (HYPRE_Int)jac->as_amg_alpha_opts[0], … in PCSetFromOptions_HYPRE_AMS()
1583 … (HYPRE_Int)jac->as_amg_alpha_opts[1], /* AMG agg_levels */ in PCSetFromOptions_HYPRE_AMS()
1584 … (HYPRE_Int)jac->as_amg_alpha_opts[2], /* AMG relax_type */ in PCSetFromOptions_HYPRE_AMS()
1585 … jac->as_amg_alpha_theta, (HYPRE_Int)jac->as_amg_alpha_opts[3], /* AMG interp_type */ in PCSetFromOptions_HYPRE_AMS()
1586 … (HYPRE_Int)jac->as_amg_alpha_opts[4])); /* AMG Pmax */ in PCSetFromOptions_HYPRE_AMS()
1627 …rintf(viewer, " boomerAMG coarsening type %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[0])); in PCView_HYPRE_AMS()
1628 … boomerAMG levels of aggressive coarsening %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[1])); in PCView_HYPRE_AMS()
1629 …rintf(viewer, " boomerAMG relaxation type %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[2])); in PCView_HYPRE_AMS()
[all …]