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
Merge requests
!956
Fully implement the timestep limiter (non MPI)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fully implement the timestep limiter (non MPI)
timestep_limiter_update
into
master
Overview
19
Commits
85
Changes
95
Merged
Matthieu Schaller
requested to merge
timestep_limiter_update
into
master
5 years ago
Overview
14
Commits
85
Changes
95
Expand
This is a large new chunk of code. This implements the following changes:
Implement the time-step limiter condition based on differences in time-bin and not on differences in the signal velocity,
Move the time-step limiter loop
after
the time-step task,
Add a synchronization runtime flag (--sync) that switches on the synchronization of particles hit by feedback to the current time,
Move the time-step limiter infrastructure out of the individual hydro schemes and into its own set of files,
Make the time-step limiter loop a loop of type "1" and not type "2" as required by the original scheme.
Implements
#196 (closed)
.
Edited
5 years ago
by
Matthieu Schaller
0
0
Merge request reports
Compare
master
version 5
5d405d0a
5 years ago
version 4
41b0438b
5 years ago
version 3
27097ab6
5 years ago
version 2
7837b22a
5 years ago
version 1
b95d089e
5 years ago
master (base)
and
latest version
latest version
3736aa60
85 commits,
5 years ago
version 5
5d405d0a
84 commits,
5 years ago
version 4
41b0438b
83 commits,
5 years ago
version 3
27097ab6
82 commits,
5 years ago
version 2
7837b22a
81 commits,
5 years ago
version 1
b95d089e
80 commits,
5 years ago
95 files
+
2243
−
776
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
95
Search (e.g. *.vue) (Ctrl+P)
doc/RTD/source/CommandLineOptions/index.rst
+
2
−
0
Options
@@ -38,6 +38,8 @@ can be found by typing ``./swift -h``:
perform black hole seeding.
-x, --velociraptor Run with structure finding.
--limiter Run with time-step limiter.
--sync Run with time-step synchronization
of particles hit by feedback events.
Control options:
Loading