We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed6d9c0 + 5e37d2b commit 9a89c52Copy full SHA for 9a89c52
CHANGES.md
@@ -1,3 +1,12 @@
1
+# 5.3.1 release
2
+- Added a new example that shows how to use a custom Riemann solver.
3
+ It solves a two-species advection-reaction problem in 2D and is in
4
+ examples/advection_reaction_2d/.
5
+- Added parallel HDF5 file reading and writing (requires installation of parallel HDF library).
6
+- Changed some Python limiter code to give better performance.
7
+- Fixed a test that was mistakenly not being run (euler_1d/shocksine).
8
+
9
10
# 5.3.0 release
11
- New time integration methods in SharpClaw: variable-step-size linear multistep methods. See http://arxiv.org/abs/1504.04107.
12
- HDF5 file I/O now works.
0 commit comments