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
f85a73df
Commit
f85a73df
authored
Nov 01, 2016
by
Matthieu Schaller
Browse files
Updated error message in space.c to reflect the change from h_max to a number of top-level cells.
parent
25ec3ee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
f85a73df
...
...
@@ -243,7 +243,8 @@ void space_regrid(struct space *s, int verbose) {
"is switched on.
\n
This error is often caused by any of the "
"followings:
\n
"
" - too few particles to generate a sensible grid,
\n
"
" - the initial value of 'SPH:max_smoothing_length' is too large,
\n
"
" - the initial value of 'Scheduler:max_top_level_cells' is too "
"small,
\n
"
" - the (minimal) time-step is too large leading to particles with "
"predicted smoothing lengths too large for the box size,
\n
"
" - particle with velocities so large that they move by more than two "
...
...
Matthieu Schaller
@matthieu
mentioned in issue
#238 (closed)
·
Nov 01, 2016
mentioned in issue
#238 (closed)
mentioned in issue #238
Toggle commit list
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