Commit d746239
MPDeC methods (#146)
* Added MPDeC for conservative PDS
* fix
* first tests
* fix error test
* added TODOs in tests
* added mpdec api reference
* Added MPDeC for non-autonomous PDS
* added adaptive MPDeC
* mpdec interpolation
* MPDeC for PDSProblem (out-of-place)
* added mpdec for non-conservative PDS (in-place)
* bugfix MPDeC for PDSProblem & additional tests
* fix testset 'zero intial values'
* code restructuring
* performance enhancement
* check theta < 0 only once
* Support Tridiagonal
* Support for sparse matrices
* fixed sparse matrix support
* minor changes and tests
* format
* fix - change in sparsity pattern
* Use POSITIVE PDS in tests
* Apply suggestions from code review
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
* additiional changes after review
* Removed breaks in loops for sparse matrices
* fixed breaks in loops for sparse matrices
* use algebraic expressions for integration nodes and weights
* fix strato benchmark
* Convergence tests for high order schemes
* Updated NEWS.md
* Added DoubleFloats to test environment
* made SVector available in tests
* made SMatrix available in tests
* import only Double64 from DoubleFloats
* added suggested changes from reviews
* format
* use better variable name M_plus_1
---------
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>1 parent 931ac70 commit d746239
File tree
8 files changed
+1165
-104
lines changed- docs/src
- src
- test
8 files changed
+1165
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments