We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f397e1 commit 247ffdcCopy full SHA for 247ffdc
1 file changed
README.md
@@ -27,6 +27,9 @@ https://github.com/zingale/pyro2
27
- `fdadvect.py`: a 1-d first-order explicit finite-difference linear
28
advection solver using upwinded differencing.
29
30
+ - `fv_mol.py`: a 1-d method-of-lines second-order accurate advection
31
+ solver.
32
+
33
- `Fortran/`:
34
35
* `advect.f90`: a Fortran implementation of second-order linear
0 commit comments