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

Documented the new parameter in the example YAML file.

parent 8db06391
Branches
Tags
1 merge request!258Sanitize smoothing lengths
...@@ -12,6 +12,7 @@ Scheduler: ...@@ -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_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_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_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 # Parameters governing the time integration
TimeIntegration: TimeIntegration:
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#define space_splitsize_default 400 #define space_splitsize_default 400
#define space_maxsize_default 8000000 #define space_maxsize_default 8000000
#define space_subsize_default 64000000 #define space_subsize_default 64000000
#define space_maxcount_default 100000 #define space_maxcount_default 10000
#define space_stretch 1.10f #define space_stretch 1.10f
#define space_maxreldx 0.25f #define space_maxreldx 0.25f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment