Mercurial > repos > public > sbplib
graph
-
Fix overlooked Schrodinger1d scheme. feature/getBoundaryOpSat, 12 Jan 2019 13:44:08 -0800, by Martin Almquist
-
Add getBoundaryOperator to all 1d schemes. Did not add getBoundaryQuadrature because it doesnt make sense in 1d (?) feature/getBoundaryOpSat, 12 Jan 2019 13:35:19 -0800, by Martin Almquist
-
Add getBoundaryOperator method to all 2d schemes, except obsolete Wave2dCurve and ElastiCurve, which needs a big makeover. feature/getBoundaryOpSat, 12 Jan 2019 11:57:50 -0800, by Martin Almquist
-
Rename time.rk.General to time.rk.Explicit and fix some errors feature/timesteppersWed, 09 Jan 2019 23:01:17 +0100, by Jonatan Werpers
-
Full use of butcher tableau in time.rk.General. Inline rungekutta step methods feature/timesteppersWed, 09 Jan 2019 22:57:13 +0100, by Jonatan Werpers
-
Implement method to get gain from butcher tableu feature/timesteppersWed, 09 Jan 2019 12:14:30 +0100, by Jonatan Werpers
-
Make time.rk.General accept a butcher tableau instead of a string to choose method. String variant implemented as a static method feature/timesteppersWed, 09 Jan 2019 11:14:16 +0100, by Jonatan Werpers
-
Move time.Rungekutta to time.rk.General feature/timesteppersWed, 09 Jan 2019 10:59:38 +0100, by Jonatan Werpers
-
Make Rungekutta4SecondOrder native second order feature/timesteppersWed, 09 Jan 2019 10:17:00 +0100, by Jonatan Werpers
-
Create class for butcher tableau feature/timesteppersWed, 09 Jan 2019 09:09:15 +0100, by Jonatan Werpers
-
Fix bug in assertSize where dimensions didn't have to matchTue, 08 Jan 2019 15:00:12 +0100, by Jonatan Werpers
-
Add assertLengthTue, 08 Jan 2019 14:59:43 +0100, by Jonatan Werpers
-
Rename butcherTableau() to butcherTableauFromStr() in preparation of butcher tableau class feature/timesteppersTue, 08 Jan 2019 13:28:41 +0100, by Jonatan Werpers