diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2575a22 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# 2019-10-04 No version yet. ## +---- + +- support for rectangular adaptive domain in 2D and 3D; +- support for hydrodynamical (HYDRO) and magnetohydrodynamical (MHD) equations, both in classical and relativistic formulations; +- support for adiabatic (ADI) and isothermal (ISO) equation of state; +- support for viscosity and resistivity source terms; +- support for passive scalars; +- time integration using Euler and 2nd order Runge-Kutta methods or up to 4th order Stron Stability Preserving Runge-Kutta; +- a number of spatial interpolation using 2nd order TVD methods, up to 9th order Monotonicity-Preserving; +- HLL-family of approximate Riemann solvers (HLL, HLLC, and HLLD); +- GLM scheme for the induction equation; +- MPI parallelization; \ No newline at end of file