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
Remove examples from runtests.jl and add additional tests (#89)
* Added tests for problems in PDSProblemLibrary
* format
* Separated test for PDS problem library into two tests (adaptive schemes and non-adaptive schemes)
* Convergence tests for nonautonomous PDS and corresponding bug fixes
* format
* Skip test of MPRK43I(0.5,0.75) to solve prob_pds_stratreac
* Tests for compatibility of PositiveIntegrators and OrdinaryDiffEq
* Removed allocation tests for linear advection
* Skip solution of prob_pds_stratreac with MPRK43I(0.5,0.75) completely
* test plotting
* Update test/runtests.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Moved function definitions for testset 'Linear advection' out of the testset to avoid failing allocation tests
* Added Plots package for plotting tests
* Try to make allcoation tests in testset 'Linear advection' pass
* Test equality of MPRK22(alpha) and SSPMPRK22(0,alpha) also for nonconservative PDS
* Added comparision with correct derivative in 'Interpolation test (conservative)'.
* Additional test to check the differen possibilities to define small_constant
* Update test/runtests.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Update test/runtests.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Update test/runtests.jl
Co-authored-by: Hendrik Ranocha <[email protected]>
* Clearer variable names in testset 'Linear advection'
* Meaningful function and variable names for the linear advection test
* Added tests for exact solutions of RK schemes and MPE
* Bug fix in 'Exact solutions (MPE)' test
* Compat entry for Plots
* update minimum version of Plots for Reexport compat
* Apply suggestions from code review
---------
Co-authored-by: Hendrik Ranocha <[email protected]>
0 commit comments