Jonas Breuling

Results 14 issues of Jonas Breuling

On windows compiling the example ```cpp // indicators_issue.cpp #include int main() { int n = 100; indicators::ProgressBar pbar{ indicators::option::MaxProgress{n}, }; for (int i = 0; i < n; ++i) {...

But I think there has to be a sizing error. If I export the image with the equations to an eps and include that to my LaTeX file the font...

Dear mr. Evers, thank you for creating this awesome library! I have been following the activity on this repository over the past few months and have found that it is...

This pr adds the possibility to export BEZIER curves and cell as *.vtu files. Visualization via paraview requires special treatment of the `PointData` and `CellData` fields `RationalWeights` and `HigherOrderDegrees`, respectively,...

- [ ] Add all tests of `scipy.integrate._ivp` - [ ] Add tests of julia's OridinaryDiffEq.jl and sundials.jl - [x] Add index 1 DAE of Robertson - [x] Add index...

An initial scipy implementation is given in this [PR](https://github.com/scipy/scipy/pull/15355). A draft can be found in the branch [trbdf2](https://github.com/JonasBreuling/scipy_dae/tree/trbdf2).

Chose initial step size as proposed by Petzold for DASSL and compare with Shampine.