Hendrik Ranocha

Results 378 comments of Hendrik Ranocha

> 1. Why wait so long and why would we do something like this now? There was some hope that "tableau-ification", i.e. the refactoring to reduce perform_step! implementations into single...

There should be some CI tests running automatically, shouldn't they?

You might want to use `Compat.Sys.iswindows()` etc. to still allow builds using Julia v0.6.

If we change the compat entry for Downloads to "1.6", Julia v1.6 throws an error in CI: ``` ERROR: LoadError: Unsatisfiable requirements detected for package Downloads [f43a241f]: Downloads [f43a241f] log:...

I hav enever seen that before 🤷 The stacktrace suggests something in `Pkg` went wrong... the highest level is `Pkg.add(pkgs::Vector{String})`

Feel free to ask here if you have any questions along the way. And please ping me when you're ready for a review :slightly_smiling_face:

- `dev` is just my set of notes while translating the stuff, the real coefficients live in `src`. You can basically ignore the stuff in `dev`. - For the derivative...

When you have something that works, you should also add some tests, e.g., to https://github.com/ranocha/SummationByPartsOperators.jl/blob/main/test/SBP_operators_test.jl. I think I set up tests only up to order 8, so there need to...

> What about the weights? What exactly do you mean? The trailing ones in `dev`? I just used them to have a boundary part big enough to reach the inner...