Searched refs:AmgXAMGMethod (Results 1 – 1 of 1) sorted by relevance
34 enum class AmgXAMGMethod { enum59 static const std::map<std::string, AmgXAMGMethod> AMGMethods;66 const std::map<std::string, AmgXAMGMethod> AmgXControlMap::AMGMethods = {67 {"CLASSICAL", AmgXAMGMethod::Classical },68 {"AGGREGATION", AmgXAMGMethod::Aggregation}142 AmgXAMGMethod amg_method;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()