PHARE
PHARE copied to clipboard
💫 Parallel Hybrid Particle In Cell code with Adaptive mesh REfinement
WIP: Still a few things I'm unsure of in here, mostly how to initialize the fermions and electrons without using cppdict. ## Summary by CodeRabbit - **New Features** - Introduced...
and dry run Forgot to push last commit to PR ## Summary by CodeRabbit - **New Features** - Enhanced command-line argument parsing for dry-run mode in simulations. - Introduced functionality...
## Summary by CodeRabbit - **New Features** - Added an option to control compiler false positives, improving build stability. - Introduced a new method to manage diagnostics in the simulator...
Still a work in progress, everything isn't harmonized across files, the messenger is still under construction (dunno if it's better to call a dummy messenger of the existing hybrid one,...
Uses Esirkepov's scheme Partially based on smilei, but smilei had me confused on certain points so i pulled the quantities for Esirkepov's article directly. ## Summary by CodeRabbit - **New...
Speed of light normalized to some hardcoded quantity, should get it from user in the future. ## Summary by CodeRabbit - **New Features** - Introduced a Maxwell-Ampere equation solver for...
could this do the job for issue #785? I didn't check if density was used anywhere to actually mean Ni. ## Summary by CodeRabbit - **New Features** - Introduced the...
Currently in both `solver_ppc` and `Ion_Updater::updateAndDepositDomain_` we copy the patch ghosts per patch during advance. It's possible that one of these might be redudant. Having tried removing the copy from...
This is just the beginning of the work... I will continue once we will be agree with the way to do it. My notebook to test it is here :...
In the methods `GetDomainSize` and `GetDl` of `pyphare/run.py`, the file where the attributes are is specified. Hence, These methods won't work if the file does not exist. A better strategy...