mongibellili / QuantizedSystemSolver.jl

This is an ODE solver that implements the quantized state system methods: An approach that builds the solution by updating the system variables independently.
MIT License
4 stars 0 forks source link

bugfix_addition #7

Open mongibellili opened 2 months ago

mongibellili commented 2 months ago

add:

add plot(sol) change maxTotalSteps to maxiters update docs add benchmarks to docs fix:

in sol interpolation, mliqss can end simulation before ft because closest nextstatetime can be ft+a and previous simt<ft IterationH: i lower case