PHARE
PHARE copied to clipboard
💫 Parallel Hybrid Particle In Cell code with Adaptive mesh REfinement
in case of future corruption errors it would be good to see what's actually in the file
currently it does ``` return PatchLevel{ *hierarchy_, *simulator_ptr_->getHybridModel(), lvl}; ```
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
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...
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...
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...
UniformModel currently lacks vthx, thy, vthz keywords like the MaxwellianFluidModel UniformModel could be a special case of MaxwellianFuidMOdel
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...
https://github.com/PHAREHUB/PHARE/blob/master/tests/core/utilities/point/test_point.cpp