Searched refs:Rstrongthreshold (Results 1 – 1 of 1) sorted by relevance
91 PetscReal Rstrongthreshold; member393 PetscCallHYPRE(HYPRE_BoomerAMGSetStrongThresholdR(jac->hsolver, jac->Rstrongthreshold)); in PCSetUp_HYPRE()1252 …ramg_strongthresholdR", "Threshold for R", "None", jac->Rstrongthreshold, &jac->Rstrongthreshold, … in PCSetFromOptions_HYPRE_BoomerAMG()1253 PetscCallHYPRE(HYPRE_BoomerAMGSetStrongThresholdR(jac->hsolver, jac->Rstrongthreshold)); in PCSetFromOptions_HYPRE_BoomerAMG()1488 …cCall(PetscViewerASCIIPrintf(viewer, " Threshold for R %g\n", (double)jac->Rstrongthreshold)); in PCView_HYPRE_BoomerAMG()2313 jac->Rstrongthreshold = 0.25; in PCHYPRESetType_HYPRE()