From 158409bbdfe2a9a846dc0a3e15dc86db26725694 Mon Sep 17 00:00:00 2001 From: Brandon Barker Date: Mon, 13 May 2024 18:06:05 -0400 Subject: [PATCH] merge various todos --- README.md | 40 ++++++++++++++-------------------------- 1 file changed, 14 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 6b00bba..a5399e4 100644 --- a/README.md +++ b/README.md @@ -57,25 +57,6 @@ Checks for formatting are performed on each PR. ## NOTE: The build system may not be perfect yet. Your mileage may vary. -# TODO -- function naming overhaul -- class accessor refactor -- kokkos parallel slope limiter -- Rename values in hdf5 output... - -## Radiation TODO: -- ... microphysics... -- implicit update - - -# Future Work - -- Grey M1 radiation [WIP] -- Relativistic hydro -- Gravity -- Multigroup radiation -- Non-relativistic MHD - # Dependencies * LAPACKE * HDF5 @@ -85,14 +66,21 @@ The build system may not be perfect yet. Your mileage may vary. Hopefully `lapacke` won't be necessary forever, but at present it is needed for initializing the quadrature. I find that, on Arch Linux systems, `lapack`, `lapacke`, and `openblas` is sufficient for all `lapacke` needs. +# TODO + +- Grey M1 radiation [WIP] + - implicit update + - overhaul microphysics +- Relativistic hydro +- Gravity +- Multigroup radiation +- 1.5D Non-relativistic MHD +- Adjust numerical fluxes for 1D MHD +- function naming overhaul +- class accessor refactor +- kokkos parallel slope limiter +- Rename values in hdf5 output... -# TODO: - - [x] Initialize with input file at runtime - - [x] Bound enforcing limiter - - [ ] format on make - - [ ] Rad: Riemann solvers beyond LLF? - - [ ] Adjust numerical fluxes for 1D MHD - - [ ] Implement 1.5D NRMHD # BUGS: