You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Careful handling of data types (Float32 & units) (#108)
* show u and sigma in MPRK43 during perform_step
* more output
* more output
* more output
* changed MPRK43II small_constant
* removed addtional output
* format
* updated doc strings
* added conversion to Float32 in SSPMPRK43
* Added small_constant_function_MPRK43II
* revised docstrings
* format
* typo
* Evaluation of PDSFunction and ConservativePDSFunction can handle units
* structure runtest
* bugfix runtest
* additoinal tests
* Use Unitful in tests
* More functionality from StaticArrays
* bugfixes
* Reset evaluation of PDSFunctions with sparse prototyp
* bugfix
* Evaluation of PDSFunctions with sparse Prototype and units is working
* format
* Enable solution of PDS with unity by OrdinaryDiffEq solvers
* test more OrdinaryDiffEq algorithms solving problems with units
* Float32 test
* removed tests for solving PDSProblems with units by implicit solvers
* bugfix test Compatibility of OrdinarDiffEq solvers with (Conservative)PDSProblems and units
* Don't use implicit OrdinaryDiffEq solvers with units in tests
* Update src/mprk.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Update src/mprk.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Update src/proddest.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Update src/sspmprk.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Update test/runtests.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* use unitful.jl's ustirp in tests
* Compare unitful data without ustrip
* Use ustrip before comparing solutions with units in tests
* Added missing test (SSPMPRK43 and Float32)
* similar and oneunit
* similar(P[:,1])
* set version to v0.2.6
---------
Co-authored-by: Hendrik Ranocha <[email protected]>
0 commit comments