Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c124 PetscReal as_amg_alpha_theta; /* AMG strength for vector Poisson (AMS) or Curl problem (ADS) */ member
1578 … coupling of vector Poisson AMG solver", "None", jac->as_amg_alpha_theta, &jac->as_amg_alpha_theta 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()
1632 …ASCIIPrintf(viewer, " boomerAMG strength threshold %g\n", (double)jac->as_amg_alpha_theta)); in PCView_HYPRE_AMS()
1674 …rong coupling of AMS solver inside ADS", "None", jac->as_amg_alpha_theta, &jac->as_amg_alpha_theta 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()
1723 …etscViewerASCIIPrintf(viewer, " strength threshold %g\n", (double)jac->as_amg_alpha_theta)); in PCView_HYPRE_ADS()
2381 jac->as_amg_alpha_theta = 0.25; in PCHYPRESetType_HYPRE()
2397 … jac->as_amg_alpha_theta, (HYPRE_Int)jac->as_amg_alpha_opts[3], /* AMG interp_type */ in PCHYPRESetType_HYPRE()
2437 jac->as_amg_alpha_theta = 0.25; in PCHYPRESetType_HYPRE()
[all …]