Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcgamgimpl.h53 PetscBool recompute_esteig; member
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c597 if (pc_gamg->recompute_esteig) { in PCSetUp_GAMG()
1201 pc_gamg->recompute_esteig = b; in PCGAMGSetRecomputeEstEig_GAMG()
1822 …matrix changes", "PCGAMGSetRecomputeEstEig", pc_gamg->recompute_esteig, &pc_gamg->recompute_esteig in PCSetFromOptions_GAMG()
1980 pc_gamg->recompute_esteig = PETSC_TRUE; in PCCreate_GAMG()