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

in case of future corruption errors it would be good to see what's actually in the file

CI

currently it does ``` return PatchLevel{ *hierarchy_, *simulator_ptr_->getHybridModel(), lvl}; ```

refactoring

cppcheck is enabled on the clang github PR build https://hephaistos.lpp.polytechnique.fr/teamcity/repository/download/Phare_Phare_BuildGithubPrClang/61086:id/index.html if there's a "latest" build artifact path we should use that here instead cppcheck manual: http://cppcheck.sourceforge.net/manual.pdf

CI

Add a wiki page under development section to quickly explain the different aspects of the build configuration. For instance, MPI vs non-MPI, choices we have made regarding how dependencies are...

documentation

We should be able to read hdf5 data with multiple cores. This could be done by having an object that manages a pool of PatchHierarchy instances, each assigned to a...

diagnostics outputs
pharesee

preliminary thoughts... let's say the messenger needs to fill particles how does it know it has to take from MHD N,V,P ? how does it even know MHD ? If...

question

UniformModel currently lacks vthx, thy, vthz keywords like the MaxwellianFluidModel UniformModel could be a special case of MaxwellianFuidMOdel

refactoring
pharein
python

Writing all particles to the disk is heavy and most of the time useless because rarely the user wants to see them all. This issue is about adding to the...

feature
diagnostics outputs

https://github.com/PHAREHUB/PHARE/blob/master/tests/core/utilities/point/test_point.cpp

test