Skip to content
GitLab
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
ac20dbaf
Commit
ac20dbaf
authored
Aug 02, 2017
by
Matthieu Schaller
Browse files
Made hydro_print message explicit about h_tolerance being relative not absolute.
parent
3196f542
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hydro_properties.c
View file @
ac20dbaf
...
...
@@ -94,7 +94,7 @@ void hydro_props_print(const struct hydro_props *p) {
message
(
"Hydrodynamic kernel: %s with eta=%f (%.2f neighbours)."
,
kernel_name
,
p
->
eta_neighbours
,
p
->
target_neighbours
);
message
(
"Hydrodynamic tolerance in h: %.5f (+/- %.4f neighbours)."
,
message
(
"Hydrodynamic
relative
tolerance in h: %.5f (+/- %.4f neighbours)."
,
p
->
h_tolerance
,
p
->
delta_neighbours
);
message
(
"Hydrodynamic integration: CFL parameter: %.4f."
,
p
->
CFL_condition
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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