log

age author description
Sat, 12 Jan 2019 13:35:19 -0800 Martin Almquist Add getBoundaryOperator to all 1d schemes. Did not add getBoundaryQuadrature because it doesnt make sense in 1d (?) feature/getBoundaryOp
Sat, 12 Jan 2019 11:57:50 -0800 Martin Almquist Add getBoundaryOperator method to all 2d schemes, except obsolete Wave2dCurve and ElastiCurve, which needs a big makeover. feature/getBoundaryOp
Wed, 09 Jan 2019 23:01:17 +0100 Jonatan Werpers Rename time.rk.General to time.rk.Explicit and fix some errors feature/timesteppers
Wed, 09 Jan 2019 22:57:13 +0100 Jonatan Werpers Full use of butcher tableau in time.rk.General. Inline rungekutta step methods feature/timesteppers
Wed, 09 Jan 2019 12:14:30 +0100 Jonatan Werpers Implement method to get gain from butcher tableu feature/timesteppers
Wed, 09 Jan 2019 11:14:16 +0100 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/timesteppers
Wed, 09 Jan 2019 10:59:38 +0100 Jonatan Werpers Move time.Rungekutta to time.rk.General feature/timesteppers