Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c122 PetscReal as_omega; member
1576 …e_ams_omega", "SSOR coefficient for AMS smoother", "None", jac->as_omega, &jac->as_omega, &flag4)); in PCSetFromOptions_HYPRE_AMS()
1577 …YPRE_Int)jac->as_relax_type, (HYPRE_Int)jac->as_relax_times, jac->as_relax_weight, jac->as_omega)); in PCSetFromOptions_HYPRE_AMS()
1621 PetscCall(PetscViewerASCIIPrintf(viewer, " smoother omega %g\n", (double)jac->as_omega)); in PCView_HYPRE_AMS()
1672 …e_ads_omega", "SSOR coefficient for ADS smoother", "None", jac->as_omega, &jac->as_omega, &flag4)); in PCSetFromOptions_HYPRE_ADS()
1673 …YPRE_Int)jac->as_relax_type, (HYPRE_Int)jac->as_relax_times, jac->as_relax_weight, jac->as_omega)); in PCSetFromOptions_HYPRE_ADS()
1715 PetscCall(PetscViewerASCIIPrintf(viewer, " smoother omega %g\n", (double)jac->as_omega)); in PCView_HYPRE_ADS()
2374 jac->as_omega = 1.0; in PCHYPRESetType_HYPRE()
2393 …YPRE_Int)jac->as_relax_type, (HYPRE_Int)jac->as_relax_times, jac->as_relax_weight, jac->as_omega)); in PCHYPRESetType_HYPRE()
2429 jac->as_omega = 1.0; in PCHYPRESetType_HYPRE()
[all …]