Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c117 PetscInt as_max_iter; member
1567 …er of AMS multigrid iterations within PCApply", "None", jac->as_max_iter, &jac->as_max_iter, &flag… in PCSetFromOptions_HYPRE_AMS()
1568 if (flag) PetscCallHYPRE(HYPRE_AMSSetMaxIter(jac->hsolver, (HYPRE_Int)jac->as_max_iter)); in PCSetFromOptions_HYPRE_AMS()
1615 …IIPrintf(viewer, " subspace iterations per application %" PetscInt_FMT "\n", jac->as_max_iter)); in PCView_HYPRE_AMS()
1663 …er of ADS multigrid iterations within PCApply", "None", jac->as_max_iter, &jac->as_max_iter, &flag… in PCSetFromOptions_HYPRE_ADS()
1664 if (flag) PetscCallHYPRE(HYPRE_ADSSetMaxIter(jac->hsolver, (HYPRE_Int)jac->as_max_iter)); in PCSetFromOptions_HYPRE_ADS()
1709 …IIPrintf(viewer, " subspace iterations per application %" PetscInt_FMT "\n", jac->as_max_iter)); in PCView_HYPRE_ADS()
2367 jac->as_max_iter = 1; /* used as a preconditioner */ in PCHYPRESetType_HYPRE()
2390 PetscCallHYPRE(HYPRE_AMSSetMaxIter(jac->hsolver, (HYPRE_Int)jac->as_max_iter)); in PCHYPRESetType_HYPRE()
2422 jac->as_max_iter = 1; /* used as a preconditioner */ in PCHYPRESetType_HYPRE()
[all …]