Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
d7636770
Commit
d7636770
authored
Feb 08, 2019
by
Matthieu Schaller
Browse files
Better default value for the minimal smoothing length in the unit test.
parent
de224973
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test125cells.c
View file @
d7636770
...
...
@@ -601,7 +601,7 @@ int main(int argc, char *argv[]) {
hp
.
eta_neighbours
=
h
;
hp
.
h_tolerance
=
1e0
;
hp
.
h_max
=
FLT_MAX
;
hp
.
h_min
=
0
.
f
;
hp
.
h_min
=
h
/
1e6
;
hp
.
h_min_ratio
=
0
.
f
;
hp
.
max_smoothing_iterations
=
10
;
hp
.
CFL_condition
=
0
.
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment