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
aa04e99b
Commit
aa04e99b
authored
Jan 01, 2018
by
Matthieu Schaller
Browse files
Set better numbers of top-level cells in the EAGLE-12, EAGLE-25 and EAGLE-50 yaml scripts.
parent
6f48a66b
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/EAGLE_12/eagle_12.yml
View file @
aa04e99b
...
...
@@ -12,6 +12,9 @@ TimeIntegration:
time_end
:
1e-2
# The end time of the simulation (in internal units).
dt_min
:
1e-10
# The minimal time-step size of the simulation (in internal units).
dt_max
:
1e-4
# The maximal time-step size of the simulation (in internal units).
Scheduler
:
max_top_level_cells
:
15
# Parameters governing the snapshots
Snapshots
:
...
...
examples/EAGLE_50/eagle_50.yml
View file @
aa04e99b
...
...
@@ -13,6 +13,9 @@ TimeIntegration:
dt_min
:
1e-10
# The minimal time-step size of the simulation (in internal units).
dt_max
:
1e-4
# The maximal time-step size of the simulation (in internal units).
Scheduler
:
max_top_level_cells
:
40
# Parameters governing the snapshots
Snapshots
:
basename
:
eagle
# Common part of the name of output files
...
...
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