PHARE icon indicating copy to clipboard operation
PHARE copied to clipboard

💫 Parallel Hybrid Particle In Cell code with Adaptive mesh REfinement

Results 165 PHARE issues
Sort by recently updated
recently updated
newest added

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

diagnostics outputs

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...

experimental

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

cmake 🛠

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

question
possible bug?

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...

bug 🔥

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...

bug 🔥
pharesee

https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/

CI

Multiple times we had discrepancies in behaviours between linux and mac. We need to have builds on mac OS.

CI