Skip to content
Closed
Show file tree
Hide file tree
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 Jun 11, 2025
0ad214f
++
PhilipDeegan Aug 3, 2025
2ef11e1
try harris with nesting_buffer=1
PhilipDeegan Aug 4, 2025
6d46539
try ion beam with tagging
PhilipDeegan Aug 4, 2025
ac41469
no regrid ghost fix
PhilipDeegan Aug 9, 2025
9f42f65
++
PhilipDeegan Sep 2, 2025
287a68b
one level harris test divb
PhilipDeegan Sep 2, 2025
b9912f5
pr comments and rebase master
nicolasaunai Sep 18, 2025
ee3fe10
reverted some missleading names in the magnetic_refine_patch_strategy…
UCaromel Sep 19, 2025
02af7eb
fixing J ghosts
UCaromel Sep 23, 2025
496edd9
Jx null in 1D ampere
UCaromel Sep 23, 2025
8196b1a
Jx in ampere is double
UCaromel Sep 23, 2025
7436cb4
fill moments on level border
UCaromel Sep 29, 2025
694cc8d
fill moments on level border update
UCaromel Sep 29, 2025
2d69c2b
fill moments on level border update 2
UCaromel Sep 29, 2025
3d3f969
fill moments on level border update 3
UCaromel Sep 29, 2025
e5a33a9
fill B ghosts
UCaromel Sep 29, 2025
ac5a688
fill B ghosts
UCaromel Sep 29, 2025
52613b5
fill B ghosts update
UCaromel Sep 29, 2025
e1fcce7
cleaner magnetic ghost filling
UCaromel Oct 2, 2025
63c041e
show macos GHA error
PhilipDeegan Sep 12, 2025
97be513
set older policy for samrai
PhilipDeegan Sep 12, 2025
14cf26c
mhd + refluxing / w/o mhd tensorfields
nicolasaunai Jul 26, 2025
d1e27e5
clean up and mhd
UCaromel Aug 2, 2025
287ea79
++
UCaromel Aug 11, 2025
1173459
++
UCaromel Aug 14, 2025
25555a7
++
UCaromel Aug 19, 2025
8020d34
++
UCaromel Sep 3, 2025
67c5125
++
UCaromel Sep 4, 2025
b9c4807
fixed fluxsum accumulation for more than one level
UCaromel Sep 8, 2025
4167226
improved divergence on regrid for rk
UCaromel Sep 8, 2025
6c8f651
fix hall mhd
UCaromel Sep 11, 2025
46d8469
mhd harris script
UCaromel Sep 11, 2025
1acab61
removed unmaintained usable mhd solver
UCaromel Sep 12, 2025
bf391a4
rebased to fix master and remove obsolete files
UCaromel Sep 12, 2025
47c5d72
cleaned test tagging
UCaromel Sep 12, 2025
50364b2
fixing particle diags
UCaromel Sep 12, 2025
4b0bd23
macOS friendlier
UCaromel Sep 12, 2025
9d5095f
macOS even friendlier
UCaromel Sep 12, 2025
42d98af
improved mhd tests
UCaromel Sep 16, 2025
1e0d5ca
fixed bug for rk current ghost filling, some diags still broken
UCaromel Sep 17, 2025
ea5b0b2
fixed refluxing problem at more than 2 level
UCaromel Sep 18, 2025
98b1241
wip diags in a different buffer
UCaromel Sep 18, 2025
d63219b
updated mhd diags
UCaromel Sep 19, 2025
cac8fe8
mhd time steppers refactor
UCaromel Sep 19, 2025
5922572
solved some problem for J in 1d with multistep timeintegrators, as we…
UCaromel Sep 22, 2025
72fa929
mhd restarts
UCaromel Sep 24, 2025
053d1cd
implemented SSPRK4_5
UCaromel Sep 29, 2025
c54cf01
fix laplacian bug mhd
UCaromel Sep 30, 2025
553d24e
cleaner magnetic ghost filling, and ssprk4_5 fix
UCaromel Oct 2, 2025
faacd0d
check nans on dump
UCaromel Oct 9, 2025
1a07ce3
added mp5
UCaromel Oct 10, 2025
08555cb
incorrect syntaxe for min in mp5
UCaromel Oct 11, 2025
d05184a
nan check after dump
UCaromel Oct 13, 2025
88dc268
harris-ctest
UCaromel Oct 16, 2025
45eb5cf
adastra harris setup
UCaromel Oct 16, 2025
2767794
debug prints
UCaromel Oct 17, 2025
2afa011
debug prints 2
UCaromel Oct 17, 2025
d455e69
debug prints 3
UCaromel Oct 17, 2025
61f5769
debug prints 4
UCaromel Oct 17, 2025
0af00e3
better logs
UCaromel Oct 22, 2025
a7de0d3
better logs 2
UCaromel Oct 22, 2025
fbe2f80
better logs 3
UCaromel Oct 23, 2025
84e8157
better logs 4
UCaromel Oct 23, 2025
8b3f5ff
better logs 5
UCaromel Oct 24, 2025
12af9a4
debug prints 5
UCaromel Oct 27, 2025
f029b37
prints removed
UCaromel Oct 27, 2025
a570e13
mp5 quickfix
UCaromel Nov 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ perf.*
PHARE_REPORT.zip
.cache
.gdbinit
.phlop
.phlop
34 changes: 34 additions & 0 deletions pyphare/pyphare/core/gridlayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@
"Pyy": "primal",
"Pyz": "primal",
"Pzz": "primal",

# finite volume mhd quantities are 3ple dual
"mhdRho": "dual",
Copy link
Copy Markdown
Member

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

"mhdVx": "dual",
"mhdVy": "dual",
"mhdVz": "dual",
"mhdP": "dual",
"mhdRhoVx": "dual",
"mhdRhoVy": "dual",
"mhdRhoVz": "dual",
"mhdEtot": "dual",

"tags": "dual",
},
"y": {
Expand Down Expand Up @@ -78,6 +90,17 @@
"Pyy": "primal",
"Pyz": "primal",
"Pzz": "primal",

"mhdRho": "dual",
"mhdVx": "dual",
"mhdVy": "dual",
"mhdVz": "dual",
"mhdP": "dual",
"mhdRhoVx": "dual",
"mhdRhoVy": "dual",
"mhdRhoVz": "dual",
"mhdEtot": "dual",

"tags": "dual",
},
"z": {
Expand Down Expand Up @@ -113,6 +136,17 @@
"Pyy": "primal",
"Pyz": "primal",
"Pzz": "primal",

"mhdRho": "dual",
"mhdVx": "dual",
"mhdVy": "dual",
"mhdVz": "dual",
"mhdP": "dual",
"mhdRhoVx": "dual",
"mhdRhoVy": "dual",
"mhdRhoVz": "dual",
"mhdEtot": "dual",

"tags": "dual",
},
}
Expand Down
Loading