Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx147 PetscInt postsweeps; member
497 …("-pc_amgx_postsweeps", "AmgX AMG Postsweep Count", "", amgx->postsweeps, &amgx->postsweeps, NULL)… in PCSetFromOptions_AMGX()
498 amgx->cfg_contents += "amg:postsweeps=" + std::to_string(amgx->postsweeps) + ","; in PCSetFromOptions_AMGX()
603 amgx->postsweeps = 1; in PCCreate_AMGX()