Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx142 AmgXAMGMethod amg_method; member
445 std::string def_amg_method = map_reverse_lookup(AmgXControlMap::AMGMethods, amgx->amg_method); in PCSetFromOptions_AMGX()
449 amgx->amg_method = AmgXControlMap::AMGMethods.at(option); in PCSetFromOptions_AMGX()
483 if (amgx->amg_method == AmgXAMGMethod::Classical) { in PCSetFromOptions_AMGX()
486 } else if (amgx->amg_method == AmgXAMGMethod::Aggregation) { in PCSetFromOptions_AMGX()
598 amgx->amg_method = AmgXAMGMethod::Classical; in PCCreate_AMGX()