Commit 2389d44
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 <ranocha@users.noreply.github.com>
* 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 <ranocha@users.noreply.github.com>
* Update test/runtests.jl
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
* Update test/runtests.jl
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
* 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 <ranocha@users.noreply.github.com>1 parent 19790ee commit 2389d44
4 files changed
Lines changed: 548 additions & 53 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1012 | 1012 | | |
1013 | 1013 | | |
1014 | 1014 | | |
1015 | | - | |
| 1015 | + | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | | - | |
| 1021 | + | |
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
0 commit comments