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

By default, PHARE builds with only single precision floats being stored in HDF5 This implies a conversion from runtime float64 data,. which highfive warns about. More info on highfive issue...

diagnostics outputs
posterity

closes #802 ## Summary by CodeRabbit - **New Features** - Introduced the ability to process data more efficiently with the addition of an `id` parameter in key functions. - Added...

we could turn off fp64 diags in the github actions build to test this tested locally otherwise ![image](https://github.com/PHAREHUB/PHARE/assets/30491/6d73a56a-3c71-46a8-b7bd-d6b77238c939) ## Summary by CodeRabbit - **New Features** - Introduced enhanced floating-point comparison...

python
READY4REVIEW
posterity

Eg. Electrons/IonPops https://github.com/PHAREHUB/PHARE/issues/790#issuecomment-1862751124_

question
initializer
python

https://github.com/PHAREHUB/PHARE/issues/165 https://github.com/PHAREHUB/PHARE/issues/166 ## Summary by CodeRabbit - **New Features** - Added support for specifying boundary conditions for different simulation dimensions. - Enhanced the diagnostic tools to include boundary condition information...

diagnostics outputs
pharein
amr

- cleanup of cmake includes/deps/etc ## Summary by CodeRabbit - **New Features** - Enhanced GitHub workflow configuration for better build performance. - Improved support for C language in the project...

Since this commit : https://github.com/PHAREHUB/PHARE/commit/37a4d1750faffe8f2e7a7efe7860e56e4db0d9bf in the ctor of a PatchHierarchy, the hierarchy contains a single-quantity hierarchy which can be accessed through a dict (see https://github.com/PHAREHUB/PHARE/blob/618c8f66651a2c4ad90207335dbb66e54e678dbc/pyphare/pyphare/pharesee/hierarchy.py#L588-L606) But when the Patches...

bug 🔥
python
pharesee

Should we allow for default particle init? I don't think so unless it's so much trouble not to.

refactoring

We can have multiple populations, each with its charge. But the density used in Ohm and in Electrons is the total ion *particle*density, which is wrong if populations have different...

core
physics

nightly build test "alfven wave" shows a very large and unusual noise in build of the branch `syncmoments` of PR #697 . Other tests do not show issues. The alfven...

bug 🔥