Skip to content
Snippets Groups Projects
Commit d7636770 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Better default value for the minimal smoothing length in the unit test.

parent de224973
No related branches found
No related tags found
No related merge requests found
...@@ -601,7 +601,7 @@ int main(int argc, char *argv[]) { ...@@ -601,7 +601,7 @@ int main(int argc, char *argv[]) {
hp.eta_neighbours = h; hp.eta_neighbours = h;
hp.h_tolerance = 1e0; hp.h_tolerance = 1e0;
hp.h_max = FLT_MAX; hp.h_max = FLT_MAX;
hp.h_min = 0.f; hp.h_min = h / 1e6;
hp.h_min_ratio = 0.f; hp.h_min_ratio = 0.f;
hp.max_smoothing_iterations = 10; hp.max_smoothing_iterations = 10;
hp.CFL_condition = 0.1; hp.CFL_condition = 0.1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment