Nyx icon indicating copy to clipboard operation
Nyx copied to clipboard

An adaptive mesh, N-body hydro cosmological simulation code

Results 4 Nyx issues
Sort by recently updated
recently updated
newest added

Documentation is about Sundials 6, but in the sidebar it still says "Sundials 5". This PR fixes that.

Extended the `.gitignore` with some common files that should be ignored: 1. ctags file 2. [JSON compilation database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) 3. `runlog` file 1) and 2) are often generated during C++ development...

On [Line 308 of Nyx.cpp](https://github.com/AMReX-Astro/Nyx/blob/05ccb5950c4fc9979dec253b89319ae5ae58bac8/Source/Driver/Nyx.cpp#L308), the value of `do_hydro` is used in the following if statement : ``` if (DefaultGeometry().isAnyPeriodic() || (!do_dm_particles && !do_hydro)) ``` However, this if statement comes...

We should adopt a code of conduct for our project. I adapted the Astropy code of conduct (which is CC licensed). My intention is for this code of conduct to...