Skip to content

Commit 0ee4f9a

Browse files
authored
Update README.md
1 parent 6695ef5 commit 0ee4f9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ They are organized below.
165165

166166
* Shock and interface capturing schemes
167167
* First-order upwinding
168-
* WENO reconstructions of order 3, 5, and 7
168+
* MUSCL (order 2)
169+
* Slope limiters: minmod, monotonized central, Van Albada, Van Leer, superbee
170+
* WENO reconstructions (orders 3, 5, and 7)
169171
* WENO variants: WENO-JS, WENO-M, WENO-Z, TENO
170172
* Monotonicity-preserving reconstructions
171173
* Reliable handling of large density ratios
@@ -197,7 +199,7 @@ They are organized below.
197199

198200
* [Fypp](https://fypp.readthedocs.io/en/stable/fypp.html) metaprogramming for code readability, performance, and portability
199201
* Continuous Integration (CI)
200-
* \>300 Regression tests with each PR.
202+
* Approx. 500 Regression tests with each PR.
201203
* Performed with GNU (GCC), Intel (oneAPI), Cray (CCE), and NVIDIA (NVHPC) compilers on NVIDIA and AMD GPUs.
202204
* Line-level test coverage reports via [Codecov](https://app.codecov.io/gh/MFlowCode/MFC) and `gcov`
203205
* Benchmarking to avoid performance regressions and identify speed-ups

0 commit comments

Comments
 (0)