Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c72 PetscReal relaxweight; member
1187 … (0 = hypre estimates, -k = determined with k CG steps)", "None", jac->relaxweight, &tmpdbl, &flg)… in PCSetFromOptions_HYPRE_BoomerAMG()
1190 jac->relaxweight = tmpdbl; in PCSetFromOptions_HYPRE_BoomerAMG()
1411 …all(PetscViewerASCIIPrintf(viewer, " Relax weight (all) %g\n", (double)jac->relaxweight)); in PCView_HYPRE_BoomerAMG()
2310 jac->relaxweight = 1.0; in PCHYPRESetType_HYPRE()