Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c60 PetscReal strongthreshold; member
353 PetscCallHYPRE(HYPRE_BoomerAMGSetStrongThreshold(jac->hsolver, jac->strongthreshold)); in PCSetUp_HYPRE()
1026 …, "Threshold for being strongly connected", "None", jac->strongthreshold, &jac->strongthreshold, &… in PCSetFromOptions_HYPRE_BoomerAMG()
1027 if (flg) PetscCallHYPRE(HYPRE_BoomerAMGSetStrongThreshold(jac->hsolver, jac->strongthreshold)); in PCSetFromOptions_HYPRE_BoomerAMG()
1394 …ViewerASCIIPrintf(viewer, " Threshold for strong coupling %g\n", (double)jac->strongthreshold)); in PCView_HYPRE_BoomerAMG()
2301 jac->strongthreshold = .25; in PCHYPRESetType_HYPRE()