Commit ee3ab90
Add convergence test coverage for the 16 AlJahdali 3S* methods
The approved PR shipped with no test coverage for these methods at
all. Adds a compact loop over all 16 checking convergence order
against an analytic reference (test_problems_only_time), matching
each method's alg_order.
Unlike ParsaniKetchesonDeconinck3S*, these don't show a consistent
+1 pure-quadrature super-convergence bump at the same dts range
(some do, some measure close to their claimed order, some land
between), so atol is looser (1.25) than the family's usual testTol
(0.25) rather than hand-tuning dts per method. Still catches an
actually wrong coefficient set, which would land further off.1 parent ed91f78 commit ee3ab90
1 file changed
Lines changed: 27 additions & 0 deletions
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1802 | 1802 | | |
1803 | 1803 | | |
1804 | 1804 | | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
1805 | 1832 | | |
1806 | 1833 | | |
1807 | 1834 | | |
| |||
0 commit comments