Collin Wittenstein

Results 9 issues of Collin Wittenstein

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

## Checklist - [x] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All documentation...

**Describe the bug 🐞** When using `tstops` with non-adaptive methods, the elements of tstops need to be integers **if** tspan is given as a tuple of integers. **Expected behavior** It...

bug

**Describe the bug 🐞** The method `Stepanov5` doesn't seem to work, at least after first initializing OrdinaryDiffEq. I don't know how to reproduce what happend, but two weeks ago I...

bug

Can you also implement the Mainz Monopoly Version? https://www.mainz-spiel.de/

Hey! I am currently just learning Flux.jl myself and I tried to make this tutorial work with the current version of Flux and thought I made as well create a...

**Describe the bug 🐞** When using ``Rodas5()`` on a ``SplitODEProblem{isinplace}`` ForwardDiff is not working. (I think because ``du`` is not a Dual Number when it should be.) **Expected behavior** ForwardDiff...

bug

**Describe the bug 🐞** When using my own implementation of Implicit Euler or Implicit Midpoint (definition below), I get a 10x - 100x speed up on the linear test problem...

bug
performance

**Describe the bug 🐞** RDPK3Sp35(), RDPK3Sp49(), and RDPK3Sp510() not working with Float32 (on CPU), when tspan is given as Float64 tuple. **Expected behavior** tspan = (0.0f0, 1.0f0) and (0.0, 1.0)...

bug