Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit ec22b6cd authored by frey_m's avatar frey_m
Browse files

AMR_MG: Decrease verbosity

parent 929ce9a3
No related branches found
No related tags found
1 merge request!33Master
......@@ -115,7 +115,7 @@ std::size_t MueLuBottomSolver<Level>::getNumIters() {
template <class Level>
void MueLuBottomSolver<Level>::initMueLuList_m() {
mueluList_m.set("problem: type", "Poisson-3D");
mueluList_m.set("verbosity", "extreme");
mueluList_m.set("verbosity", "low");
mueluList_m.set("number of equations", 1);
mueluList_m.set("max levels", 8);
mueluList_m.set("cycle type", "V");
......
......@@ -75,7 +75,7 @@ void MueLuPreconditioner<Level>::fillMap(map_t& map) {
template <class Level>
void MueLuPreconditioner<Level>::init_m() {
params_m.set("problem: type", "Poisson-3D");
params_m.set("verbosity", "extreme");
params_m.set("verbosity", "low");
params_m.set("number of equations", 1);
params_m.set("max levels", 8);
params_m.set("cycle type", "V");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment