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

patch attrs empty when all_primal True #918

Closed nicolasaunai closed 3 weeks ago

nicolasaunai commented 4 weeks ago
B = run.GetB(time, all_primal=False)
B.levels()[0].patches[0].attrs  # gives patch attributes

B = run.GetB(time) #, all_primal=True
B.levels()[0].patches[0].attrs  # is None