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
40ea116b
Commit
40ea116b
authored
Sep 16, 2016
by
Matthieu Schaller
Browse files
Documented the new parameter in the example YAML file.
parent
8db06391
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/parameter_example.yml
View file @
40ea116b
...
...
@@ -12,6 +12,7 @@ Scheduler:
cell_max_size
:
8000000
# (Optional) Maximal number of interactions per task if we force the split (this is the default value).
cell_sub_size
:
64000000
# (Optional) Maximal number of interactions per sub-task (this is the default value).
cell_split_size
:
400
# (Optional) Maximal number of particles per cell (this is the default value).
cell_max_count
:
10000
# (Optional) Maximal number of particles per cell allowed before triggering a sanitizing (this is the default value).
# Parameters governing the time integration
TimeIntegration
:
...
...
src/space.h
View file @
40ea116b
...
...
@@ -41,7 +41,7 @@
#define space_splitsize_default 400
#define space_maxsize_default 8000000
#define space_subsize_default 64000000
#define space_maxcount_default 10000
0
#define space_maxcount_default 10000
#define space_stretch 1.10f
#define space_maxreldx 0.25f
...
...
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