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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ The project is focused on developing algorithms for solving stiff boundary value
4
4
Currently it containes an implementation of a new algorithm for solving stiff BVPs for the second order ODE's, such like the well known Troesch's problem (which is an acknowledged banchmark for testing BVP solvers).
5
5
The capabilities of the algorithm (lets call it SI-algorithm, which means "Straight-Inverse", although the name might change in future)
6
6
allows it to solve the Troesch's problem for 'lambda = 100, 200, ... with precision 1e-8 within a few seconds (and this is in double precision !!!).
7
-
For more information see this paper https://arxiv.org/abs/1601.04272 (draft)#MathSoftDevelopment
7
+
For more information see this paper https://arxiv.org/abs/1601.04272 (draft)
0 commit comments