Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2729 PetscInt num_pre_relax, num_post_relax; member
2762 …e-relax %" PetscInt_FMT " post-relax %" PetscInt_FMT "\n", ex->num_pre_relax, ex->num_post_relax)); in PCView_PFMG()
2780 …after coarse grid", "HYPRE_StructPFMGSetNumPostRelax", ex->num_post_relax, &ex->num_post_relax, NU… in PCSetFromOptions_PFMG()
2781 PetscCallHYPRE(HYPRE_StructPFMGSetNumPostRelax(ex->hsolver, (HYPRE_Int)ex->num_post_relax)); in PCSetFromOptions_PFMG()
2876 PetscCallHYPRE(HYPRE_StructPFMGSetNumPostRelax(ex->hsolver, (HYPRE_Int)ex->num_post_relax)); in PCSetUp_PFMG()
2929 ex->num_post_relax = 1; in PCCreate_PFMG()
2956 PetscInt num_pre_relax, num_post_relax; member
2984 …e-relax %" PetscInt_FMT " post-relax %" PetscInt_FMT "\n", ex->num_pre_relax, ex->num_post_relax)); in PCView_SysPFMG()
3002 …r coarse grid", "HYPRE_SStructSysPFMGSetNumPostRelax", ex->num_post_relax, &ex->num_post_relax, NU… in PCSetFromOptions_SysPFMG()
3003 PetscCallHYPRE(HYPRE_SStructSysPFMGSetNumPostRelax(ex->ss_solver, (HYPRE_Int)ex->num_post_relax)); in PCSetFromOptions_SysPFMG()
[all …]