Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx164 static std::string amgx_output{}; variable
169 amgx_output.append(msg); in print_callback()
177 if (amgx->verbose && !amgx_output.empty()) { in amgx_output_messages()
179 PetscCall(PetscPrintf(amgx->comm, "AMGX: %s", amgx_output.c_str())); in amgx_output_messages()
182 amgx_output.clear(); in amgx_output_messages()