Feature: Gauss-Radau quadratures
Adds the Gauss-Radau quadrature rules (quadrature rules that include either the left or right endpoint of the interval) Also some minor refactoring of the maxima scripts that generate the quadrature rules. The refactoring leaves the output of the scripts, i.e., gauss_imp.hh, jacobi_1_0_imp.hh, jacobi_2_0_imp.hh, gausslobatto_imp.hh unchanged.
Merge request reports
Activity
- Resolved by Christian Engwer
I guess the
writequad_old.mac
is a mistake?!
highest_order was 61 for the Gauss-Jacobi type rules and 31 for the Gauss-Lobatto rules before. I don't know what the reason for that was either. I just decided to pick the same order for Gauss-Radau rules as for the Gauss-Lobatto rules. Because the Radau rules are defined for even orders only, the highest_order ended up as 30.
I think it is always easier to increase the order later if needed, than decrease it and risk breaking compatibility.
mentioned in issue #26 (closed)
added 3 commits
-
852a46aa...c0c64b03 - 2 commits from branch
master
- dbc7a60f - Merge remote-tracking branch 'origin/master' into feature/add-gauss-radau-quadratures
-
852a46aa...c0c64b03 - 2 commits from branch
- Resolved by Gregor Corbin
added 1 commit
- c8441e6b - added doxygen documentation and changelog entry for gauss-radau rules
mentioned in commit 242983c3