PHARE
PHARE copied to clipboard
💫 Parallel Hybrid Particle In Cell code with Adaptive mesh REfinement
cannot use 1e-16 for 1d, but can for 2d :\ ``` 30: ====================================================================== 30: ERROR: test_B_is_as_provided_by_user_2_2 (__main__.InitializationTest) 30: ---------------------------------------------------------------------- 30: Traceback (most recent call last): 30: File "/home/philix/git/phare/master/build/tests/simulator/test_initialization.py", line 255,...
- total energy - thermal energy per pop - thermal energy ion total - electron thermal energy - ion bulk energy - etc. TBD how to declare them in pharein
If/when PHARE is to support a variable dt, here's somethings that could help in: src/core/utilities/timestamps.h ``` // untested, but hopefully does the what you want class VariableTimeStamper : public ITimeStamper...
added in https://github.com/PHAREHUB/PHARE/pull/552 workaround with argsort in place for now
https://github.com/PHAREHUB/PHARE/blob/5a3c7ce70357fcaf953f9dec7809cb9bee8c75d7/res/cmake/test.cmake#L37 probably TORM
https://github.com/PHAREHUB/PHARE/blob/master/src/simulator/simulator.h#L266 this value: - is negative. - is not used anywhere reference: https://github.com/PhilipDeegan/PHARE/pull/13
running the script below with ``` mpirun -n 6 python3 translat1d.py td 2 ``` fails with : ``` regriding adding protons on level 1 regriding adding protons on level 1...
On jupyter : so far if the h5 file is loaded, changes and is reloaded (via GetRun and thus via hierarchy_from), reloading has no effect and the hierarchy still contains...
https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/
Multiple times we had discrepancies in behaviours between linux and mac. We need to have builds on mac OS.