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
!1777
Draft: Streamlined MAGMA2 implementation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Streamlined MAGMA2 implementation
MAGMA2_matthieu
into
master
Overview
21
Commits
50
Changes
18
Open
Matthieu Schaller
requested to merge
MAGMA2_matthieu
into
master
1 year ago
Overview
18
Commits
50
Changes
18
Expand
This is a reimplementation of the MAGMA2 branch with:
Simpler symmetric matrix handling
Only 1st order reconstruction of
v
and
u
.
Only basic viscosity and diffusion terms as in the Rosswog 2020 implementation
Questions:
Do we need more advanced terms? SPHENIX-like? Or the Rosswog entropy-based viscosity switch?
What implementation do we want? Traditional or Gasoline?
Todo:
Document the matrix stuff
1D and 2D cases
Scale-factors
Strange corner cases (e.g. no ngb)
Tests in galaxy settings
Properly implement the symmetric functions.
Fix documentation. It still mentions
Minimal
and
SPHENIX
in places.
Edited
1 year ago
by
Matthieu Schaller
0
0
Merge request reports
Compare
master
version 20
b68d288c
1 year ago
version 19
e4b3dfd5
1 year ago
version 18
e4daadd2
1 year ago
version 17
724570bf
1 year ago
version 16
494181e1
1 year ago
version 15
373c3032
1 year ago
version 14
0859f058
1 year ago
version 13
5566ecc8
1 year ago
version 12
e6e23f45
1 year ago
version 11
e824412f
1 year ago
version 10
a65e9edf
1 year ago
version 9
8c573e60
1 year ago
version 8
5b4dc830
1 year ago
version 7
170a0b3a
1 year ago
version 6
23dbee1c
1 year ago
version 5
c097513d
1 year ago
version 4
58f29c27
1 year ago
version 3
d436918d
1 year ago
version 2
22fd117e
1 year ago
version 1
9475c3a5
1 year ago
master (base)
and
latest version
latest version
e4e66045
50 commits,
7 months ago
version 20
b68d288c
49 commits,
1 year ago
version 19
e4b3dfd5
48 commits,
1 year ago
version 18
e4daadd2
47 commits,
1 year ago
version 17
724570bf
46 commits,
1 year ago
version 16
494181e1
45 commits,
1 year ago
version 15
373c3032
44 commits,
1 year ago
version 14
0859f058
43 commits,
1 year ago
version 13
5566ecc8
42 commits,
1 year ago
version 12
e6e23f45
41 commits,
1 year ago
version 11
e824412f
40 commits,
1 year ago
version 10
a65e9edf
39 commits,
1 year ago
version 9
8c573e60
38 commits,
1 year ago
version 8
5b4dc830
37 commits,
1 year ago
version 7
170a0b3a
36 commits,
1 year ago
version 6
23dbee1c
35 commits,
1 year ago
version 5
c097513d
34 commits,
1 year ago
version 4
58f29c27
33 commits,
1 year ago
version 3
d436918d
32 commits,
1 year ago
version 2
22fd117e
31 commits,
1 year ago
version 1
9475c3a5
29 commits,
1 year ago
18 files
+
2435
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
examples/HydroTests/GreshoVortex_3D/plotSolution.py
+
1
−
1
Options
@@ -286,4 +286,4 @@ yticks([])
tight_layout
()
savefig
(
"
GreshoVortex.png
"
)
savefig
(
"
GreshoVortex
_%d
.png
"
%
snap
)
Loading