Skip to content

Commit

Permalink
clean ddm information
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Jan 30, 2024
1 parent 731a2fa commit 80dd08a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions include/htool/solvers/ddm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,7 @@ class DDM {
}

if (infos["Precond"] == "None") {
infos["GenEO_coarse_size"] = "0";
infos["Coarse_correction"] = "None";
infos["DDM_local_coarse_size_mean"] = "0";
infos["DDM_local_coarse_size_max"] = "0";
infos["DDM_local_coarse_size_min"] = "0";
infos["Coarse_correction"] = "None";
} else {
int nevi_mean = nevi;
int nevi_max = nevi;
Expand Down Expand Up @@ -540,11 +536,7 @@ class DDM {
infos["Coarse_correction"] = "Additive";
break;
default:
infos["Coarse_correction"] = "None";
infos["GenEO_coarse_size"] = "0";
infos["DDM_local_coarse_size_mean"] = "0";
infos["DDM_local_coarse_size_max"] = "0";
infos["DDM_local_coarse_size_min"] = "0";
infos["Coarse_correction"] = "None";
}
}
infos["htool_solver"] = "ddm";
Expand Down

0 comments on commit 80dd08a

Please sign in to comment.