-
Notifications
You must be signed in to change notification settings - Fork 32
Mhd refluxing2 #1070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Mhd refluxing2 #1070
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
9fdbff4
- fix master copy before refinement + tensorfield and refluxing
UCaromel 0ad214f
++
PhilipDeegan 2ef11e1
try harris with nesting_buffer=1
PhilipDeegan 6d46539
try ion beam with tagging
PhilipDeegan ac41469
no regrid ghost fix
PhilipDeegan 9f42f65
++
PhilipDeegan 287a68b
one level harris test divb
PhilipDeegan b9912f5
pr comments and rebase master
nicolasaunai ee3fe10
reverted some missleading names in the magnetic_refine_patch_strategy…
UCaromel 02af7eb
fixing J ghosts
UCaromel 496edd9
Jx null in 1D ampere
UCaromel 8196b1a
Jx in ampere is double
UCaromel 7436cb4
fill moments on level border
UCaromel 694cc8d
fill moments on level border update
UCaromel 2d69c2b
fill moments on level border update 2
UCaromel 3d3f969
fill moments on level border update 3
UCaromel e5a33a9
fill B ghosts
UCaromel ac5a688
fill B ghosts
UCaromel 52613b5
fill B ghosts update
UCaromel e1fcce7
cleaner magnetic ghost filling
UCaromel 63c041e
show macos GHA error
PhilipDeegan 97be513
set older policy for samrai
PhilipDeegan 14cf26c
mhd + refluxing / w/o mhd tensorfields
nicolasaunai d1e27e5
clean up and mhd
UCaromel 287ea79
++
UCaromel 1173459
++
UCaromel 25555a7
++
UCaromel 8020d34
++
UCaromel 67c5125
++
UCaromel b9c4807
fixed fluxsum accumulation for more than one level
UCaromel 4167226
improved divergence on regrid for rk
UCaromel 6c8f651
fix hall mhd
UCaromel 46d8469
mhd harris script
UCaromel 1acab61
removed unmaintained usable mhd solver
UCaromel bf391a4
rebased to fix master and remove obsolete files
UCaromel 47c5d72
cleaned test tagging
UCaromel 50364b2
fixing particle diags
UCaromel 4b0bd23
macOS friendlier
UCaromel 9d5095f
macOS even friendlier
UCaromel 42d98af
improved mhd tests
UCaromel 1e0d5ca
fixed bug for rk current ghost filling, some diags still broken
UCaromel ea5b0b2
fixed refluxing problem at more than 2 level
UCaromel 98b1241
wip diags in a different buffer
UCaromel d63219b
updated mhd diags
UCaromel cac8fe8
mhd time steppers refactor
UCaromel 5922572
solved some problem for J in 1d with multistep timeintegrators, as we…
UCaromel 72fa929
mhd restarts
UCaromel 053d1cd
implemented SSPRK4_5
UCaromel c54cf01
fix laplacian bug mhd
UCaromel 553d24e
cleaner magnetic ghost filling, and ssprk4_5 fix
UCaromel faacd0d
check nans on dump
UCaromel 1a07ce3
added mp5
UCaromel 08555cb
incorrect syntaxe for min in mp5
UCaromel d05184a
nan check after dump
UCaromel 88dc268
harris-ctest
UCaromel 45eb5cf
adastra harris setup
UCaromel 2767794
debug prints
UCaromel 2afa011
debug prints 2
UCaromel d455e69
debug prints 3
UCaromel 61f5769
debug prints 4
UCaromel 0af00e3
better logs
UCaromel a7de0d3
better logs 2
UCaromel fbe2f80
better logs 3
UCaromel 84e8157
better logs 4
UCaromel 8b3f5ff
better logs 5
UCaromel 12af9a4
debug prints 5
UCaromel f029b37
prints removed
UCaromel a570e13
mp5 quickfix
UCaromel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,4 +24,4 @@ perf.* | |
| PHARE_REPORT.zip | ||
| .cache | ||
| .gdbinit | ||
| .phlop | ||
| .phlop | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would guess for all dual quantites, we could just have a
"dual": "dual"entry per dim?we might want that for other reasons too tbh