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
!804
Implementation of black hole accretion and feedback
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implementation of black hole accretion and feedback
black_hole_tasks
into
master
Overview
35
Commits
47
Changes
50
Merged
Matthieu Schaller
requested to merge
black_hole_tasks
into
master
6 years ago
Overview
5
Commits
47
Changes
50
Expand
Adds the following:
self/pair tasks for the black holes
MPI communication tasks for the black holes
A new black holes properties structure to contain the BH model details
New type of black holes for the EAGLE model
Bondi + Eddington accretion model for the EAGLE AGN model
Update to the yaml parameter files for the new parameters
Update to the python analysis scripts
Update to the low-z ICs to contain black hole smoothing lengths.
Edited
6 years ago
by
Matthieu Schaller
0
0
Merge request reports
Compare
master
version 20
b16c8fe8
6 years ago
version 19
336045f0
6 years ago
version 18
4790aa45
6 years ago
version 17
9355dbdd
6 years ago
version 16
9d197f43
6 years ago
version 15
ca637dc9
6 years ago
version 14
35dc7147
6 years ago
version 13
67661f0e
6 years ago
version 12
92d0f081
6 years ago
version 11
77206f9a
6 years ago
version 10
264f2489
6 years ago
version 9
3963ed0e
6 years ago
version 8
3ae1dece
6 years ago
version 7
9411d324
6 years ago
version 6
c8534de8
6 years ago
version 5
e6000ae7
6 years ago
version 4
b0abb472
6 years ago
version 3
aaebdc2b
6 years ago
version 2
6c14d08b
6 years ago
version 1
145b974e
6 years ago
master (base)
and
latest version
latest version
805b413f
47 commits,
6 years ago
version 20
b16c8fe8
46 commits,
6 years ago
version 19
336045f0
45 commits,
6 years ago
version 18
4790aa45
44 commits,
6 years ago
version 17
9355dbdd
43 commits,
6 years ago
version 16
9d197f43
42 commits,
6 years ago
version 15
ca637dc9
41 commits,
6 years ago
version 14
35dc7147
38 commits,
6 years ago
version 13
67661f0e
37 commits,
6 years ago
version 12
92d0f081
36 commits,
6 years ago
version 11
77206f9a
34 commits,
6 years ago
version 10
264f2489
32 commits,
6 years ago
version 9
3963ed0e
31 commits,
6 years ago
version 8
3ae1dece
30 commits,
6 years ago
version 7
9411d324
29 commits,
6 years ago
version 6
c8534de8
28 commits,
6 years ago
version 5
e6000ae7
27 commits,
6 years ago
version 4
b0abb472
26 commits,
6 years ago
version 3
aaebdc2b
25 commits,
6 years ago
version 2
6c14d08b
24 commits,
6 years ago
version 1
145b974e
23 commits,
6 years ago
50 files
+
3769
−
67
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
50
Search (e.g. *.vue) (Ctrl+P)
doc/Doxyfile.in
+
1
−
1
Options
@@ -776,7 +776,7 @@ INPUT += @top_srcdir@/src/star_formation/EAGLE
INPUT += @top_srcdir@/src/tracers/EAGLE
INPUT += @top_srcdir@/src/stars/EAGLE
INPUT += @top_srcdir@/src/feedback/EAGLE
INPUT += @top_srcdir@/src/black_holes/
Default
INPUT += @top_srcdir@/src/black_holes/
EAGLE
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Loading