PHAREHUB / PHARE

💫 Parallel Hybrid Particle In Cell code with Adaptive mesh REfinement
https://phare.readthedocs.io
GNU General Public License v3.0
71 stars 24 forks source link

SAMRAI Regridding makes finer levels in diagnostics inconsistent #400

Open PhilipDeegan opened 3 years ago

PhilipDeegan commented 3 years ago

We're seeing that regridding is occurring with refinemenboxes in during only the first coarsest step, as a result the diagnostic dumps just after the first advance may be contain regridded finer levels, making the coarsened values of the diagnostics inconsistent with coarser level values in diagnostics

reference:

https://github.com/LLNL/SAMRAI/issues/8

nicolasaunai commented 3 years ago

AdvanceTest.test_field_coarsening_via_subcycles first step is skipped for now

nicolasaunai commented 2 years ago

Also linked to (https://github.com/LLNL/SAMRAI/issues/200)