Erik Schnetter
Erik Schnetter
When I pass a 2d array with complex numbers to `interpolate`, the code fails. I tries to convert the complex numbers to `Float64`.
I receive the following (harmless?) HDF5 errors when writing Silo files. I am using Silo 4.11 and HDF5 1.12.1. HDF5 is configured with MPI. The relevant error message seems to...
This supersedes https://github.com/eschnett/CarpetX/pull/277.
Also update package version.
Apparently there is an optimal ssp RK2 scheme. We should use it instead of whatever we are using now. The same holds for RK3 and RK4, we should implement the...