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
!798
No cooling limit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
No cooling limit
no_cooling_limit
into
master
Overview
5
Commits
87
Changes
32
Merged
Matthieu Schaller
requested to merge
no_cooling_limit
into
master
6 years ago
Overview
5
Commits
87
Changes
32
Expand
Multiple changes:
Remove the Newton cooling scheme from the main cooling track.
Fix the cooling from Iron.
Do not set a maximal du/dt taking into account the increase in time-step size.
Check the entropy floor in the drift and kick.
Recompute the pressure and sound-speed
after
the floor has been applied.
Edited
6 years ago
by
Matthieu Schaller
0
0
Merge request reports
Compare
master
version 6
11f3db6d
6 years ago
version 5
87564b26
6 years ago
version 4
8962d241
6 years ago
version 3
b0cb3801
6 years ago
version 2
d07b2d17
6 years ago
version 1
d71b6ee0
6 years ago
master (base)
and
latest version
latest version
42cb1b4d
87 commits,
6 years ago
version 6
11f3db6d
86 commits,
6 years ago
version 5
87564b26
85 commits,
6 years ago
version 4
8962d241
84 commits,
6 years ago
version 3
b0cb3801
82 commits,
6 years ago
version 2
d07b2d17
79 commits,
6 years ago
version 1
d71b6ee0
77 commits,
6 years ago
32 files
+
1273
−
708
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
Search (e.g. *.vue) (Ctrl+P)
doc/Doxyfile.in
+
1
−
1
Options
@@ -811,7 +811,7 @@ RECURSIVE = NO
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE =
EXCLUDE =
@top_srcdir@/src/cooling/EAGLE/newton_cooling.c
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Loading