Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
c812010e
Commit
c812010e
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
No need to specify the cell_split_size if we use the default value.
parent
aa97dbed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/EAGLE_12/eagle_12.yml
+0
-3
0 additions, 3 deletions
examples/EAGLE_12/eagle_12.yml
src/runner.c
+1
-1
1 addition, 1 deletion
src/runner.c
with
1 addition
and
4 deletions
examples/EAGLE_12/eagle_12.yml
+
0
−
3
View file @
c812010e
...
...
@@ -12,9 +12,6 @@ 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
:
cell_split_size
:
400
# Parameters governing the snapshots
Snapshots
:
...
...
This diff is collapsed.
Click to expand it.
src/runner.c
+
1
−
1
View file @
c812010e
...
...
@@ -464,7 +464,7 @@ void runner_do_sort(struct runner *r, struct cell *c, int flags, int cleanup,
if
(
c
->
sorted
==
0
)
{
#ifdef SWIFT_DEBUG_CHECKS
if
(
xparts
!=
NULL
&&
c
->
nodeID
!=
engine_rank
)
error
(
"Have non-NULL xparts in foreign cell"
);
error
(
"Have non-NULL xparts in foreign cell"
);
#endif
/* And the individual sort distances if we are a local cell */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment