Lines Matching refs:as_amg_alpha_opts

123 …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()
1630 …tf(viewer, " boomerAMG interpolation type %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[3])); in PCView_HYPRE_AMS()
1631 …erAMG max nonzero elements in interpolation rows %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[4])); in PCView_HYPRE_AMS()
1676 …ams_options", "AMG options for AMS solver inside ADS", "None", jac->as_amg_alpha_opts, &n, &flag2)… in PCSetFromOptions_HYPRE_ADS()
1680 … (HYPRE_Int)jac->as_amg_alpha_opts[0], /* AMG coarsen type */ in PCSetFromOptions_HYPRE_ADS()
1681 … (HYPRE_Int)jac->as_amg_alpha_opts[1], /* AMG agg_levels */ in PCSetFromOptions_HYPRE_ADS()
1682 … (HYPRE_Int)jac->as_amg_alpha_opts[2], /* AMG relax_type */ in PCSetFromOptions_HYPRE_ADS()
1683 … jac->as_amg_alpha_theta, (HYPRE_Int)jac->as_amg_alpha_opts[3], /* AMG interp_type */ in PCSetFromOptions_HYPRE_ADS()
1684 … (HYPRE_Int)jac->as_amg_alpha_opts[4])); /* AMG Pmax */ in PCSetFromOptions_HYPRE_ADS()
1718 …ewerASCIIPrintf(viewer, " coarsening type %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[0])); in PCView_HYPRE_ADS()
1719 …viewer, " levels of aggressive coarsening %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[1])); in PCView_HYPRE_ADS()
1720 …ewerASCIIPrintf(viewer, " relaxation type %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[2])); in PCView_HYPRE_ADS()
1721 …rASCIIPrintf(viewer, " interpolation type %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[3])); in PCView_HYPRE_ADS()
1722 … max nonzero elements in interpolation rows %" PetscInt_FMT "\n", jac->as_amg_alpha_opts[4])); in PCView_HYPRE_ADS()
2376 jac->as_amg_alpha_opts[0] = 10; in PCHYPRESetType_HYPRE()
2377 jac->as_amg_alpha_opts[1] = 1; in PCHYPRESetType_HYPRE()
2378 jac->as_amg_alpha_opts[2] = 6; in PCHYPRESetType_HYPRE()
2379 jac->as_amg_alpha_opts[3] = 6; in PCHYPRESetType_HYPRE()
2380 jac->as_amg_alpha_opts[4] = 4; in PCHYPRESetType_HYPRE()
2394 …PetscCallHYPRE(HYPRE_AMSSetAlphaAMGOptions(jac->hsolver, (HYPRE_Int)jac->as_amg_alpha_opts[0], … in PCHYPRESetType_HYPRE()
2395 … (HYPRE_Int)jac->as_amg_alpha_opts[1], /* AMG agg_levels */ in PCHYPRESetType_HYPRE()
2396 … (HYPRE_Int)jac->as_amg_alpha_opts[2], /* AMG relax_type */ in PCHYPRESetType_HYPRE()
2397 … jac->as_amg_alpha_theta, (HYPRE_Int)jac->as_amg_alpha_opts[3], /* AMG interp_type */ in PCHYPRESetType_HYPRE()
2398 … (HYPRE_Int)jac->as_amg_alpha_opts[4])); /* AMG Pmax */ in PCHYPRESetType_HYPRE()
2432 jac->as_amg_alpha_opts[0] = 10; in PCHYPRESetType_HYPRE()
2433 jac->as_amg_alpha_opts[1] = 1; in PCHYPRESetType_HYPRE()
2434 jac->as_amg_alpha_opts[2] = 6; in PCHYPRESetType_HYPRE()
2435 jac->as_amg_alpha_opts[3] = 6; in PCHYPRESetType_HYPRE()
2436 jac->as_amg_alpha_opts[4] = 4; in PCHYPRESetType_HYPRE()
2451 … (HYPRE_Int)jac->as_amg_alpha_opts[0], /* AMG coarsen type */ in PCHYPRESetType_HYPRE()
2452 … (HYPRE_Int)jac->as_amg_alpha_opts[1], /* AMG agg_levels */ in PCHYPRESetType_HYPRE()
2453 … (HYPRE_Int)jac->as_amg_alpha_opts[2], /* AMG relax_type */ in PCHYPRESetType_HYPRE()
2454 … jac->as_amg_alpha_theta, (HYPRE_Int)jac->as_amg_alpha_opts[3], /* AMG interp_type */ in PCHYPRESetType_HYPRE()
2455 … (HYPRE_Int)jac->as_amg_alpha_opts[4])); /* AMG Pmax */ in PCHYPRESetType_HYPRE()