-
- Downloads
implemented some explicit RK schemes
parent
e2b968af
No related branches found
No related tags found
Showing
- dune/fem-dg/python/operator.hh 3 additions, 1 deletiondune/fem-dg/python/operator.hh
- dune/fem-dg/solver/rungekuttasolver.hh 3 additions, 0 deletionsdune/fem-dg/solver/rungekuttasolver.hh
- pydemo/scalar/main.py 8 additions, 8 deletionspydemo/scalar/main.py
- pydemo/scalar/rk.py 200 additions, 0 deletionspydemo/scalar/rk.py
- pydemo/scalar/scalar.py 65 additions, 39 deletionspydemo/scalar/scalar.py
- python/dune/femdg/_operators.py 19 additions, 4 deletionspython/dune/femdg/_operators.py
- python/dune/femdg/testing.py 12 additions, 3 deletionspython/dune/femdg/testing.py
pydemo/scalar/rk.py
0 → 100644
Please register or sign in to comment