Mercurial > repos > public > sbplib
graph
-
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
-
Convert Rungekutta4SecondOrder to take F(t,v,v_t) instead of matrices feature/timesteppersTue, 08 Jan 2019 12:34:29 +0100, by Jonatan Werpers
-
Inline the rk.rungekutta_4 function. feature/timesteppersTue, 08 Jan 2019 12:19:33 +0100, by Jonatan Werpers
-
Convert Rungekutta4 to take F(t,y) instead of a matrix feature/timesteppersTue, 08 Jan 2019 12:07:57 +0100, by Jonatan Werpers
-
Add the following methods in LaplaceCurvilinear: getBoundaryOperator, getBoundaryQuadrature, getBoundaryBorrowing. Remove get_boundary_ops. Make interface and boundary_condition methods use the new methods. feature/getBoundaryOpTue, 08 Jan 2019 11:51:24 +0100, by Martin Almquist
-
Update scheme.Elastic2dVariable by copy-pasting from feature/poroelastic. This is compatible with new getBoundaryOperator in multiblock.DiffOp. feature/getBoundaryOpMon, 07 Jan 2019 17:10:06 +0100, by Martin Almquist
-
Make mutliblock.DiffOp.getBoundaryOperator/Quadrature use scheme methods instead of properties. feature/getBoundaryOpMon, 07 Jan 2019 17:07:35 +0100, by Martin Almquist