Searched refs:output_cfg (Results 1 – 1 of 1) sorted by relevance
547 std::string output_cfg(amgx->cfg_contents); in PCView_AMGX() local548 std::replace(output_cfg.begin(), output_cfg.end(), ',', '\n'); in PCView_AMGX()549 PetscCall(PetscViewerASCIIPrintf(viewer, "\n%s\n", output_cfg.c_str())); in PCView_AMGX()