Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx547 std::string output_cfg(amgx->cfg_contents); in PCView_AMGX() local
548 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()