Mercurial > repos > public > sbplib
graph
-
Copy-paste improved Curve class from feature/laplace_curvilinear_test feature/poroelasticMon, 13 May 2019 10:18:55 -0700, by Martin Almquist
-
Copy dataSpline() from feature/laplace_curvilinear_test feature/poroelasticSat, 11 May 2019 19:19:09 -0700, by Martin Almquist
-
Divergence and Gradient do not work for multi-block. Not sure how to fix, left error message for now. feature/poroelasticSat, 11 May 2019 17:52:08 -0700, by Martin Almquist
-
In RungeKuttaDiscreteData, make K and U non-sparse to improve performance by roughly a factor of 3. feature/poroelasticTue, 07 May 2019 11:41:15 -0700, by Martin Almquist
-
Add diffOp (currently scheme) for Divergence, not sure if this belongs in +scheme. feature/poroelasticMon, 06 May 2019 21:23:21 -0700, by Martin Almquist
-
Introduce optFlag so that one can choose not to build the optimization-related cell of matrices called B. It is too computationally costly and should probably be done in a different way. feature/poroelasticSun, 05 May 2019 19:05:31 -0700, by Martin Almquist
-
Fix bug in LaplCurveNewCorner that makes bc matrix non-sparse. feature/poroelasticSat, 04 May 2019 14:44:34 -0700, by Martin Almquist
-
Bugfix minus sign in Laplace1d Dirichlet penalty.Thu, 02 May 2019 13:25:14 -0700, by Martin Almquist
-
Temporary ugly fix for reversing direction of boundary in interface coupling feature/laplace_curvilinear_testMon, 29 Apr 2019 12:55:51 -0700, by Martin Almquist
-
Add tests for time.Rungekutta4 and time.Rungekutta4SecondOrder feature/timesteppersWed, 10 Apr 2019 23:10:13 +0200, by Jonatan Werpers
-
Change name of property k to dt in time.Timestepper feature/timesteppersWed, 10 Apr 2019 22:40:55 +0200, by Jonatan Werpers
-
Clean up time.rk.get_rk4_time_step() feature/timesteppersWed, 10 Apr 2019 22:21:13 +0200, by Jonatan Werpers
-
Bugfix in interfaceNonconforming(). Remove unused properties gamm_u, gamm_v. feature/laplace_curvilinear_testWed, 10 Apr 2019 13:27:50 -0700, by Martin Almquist
-
Remove unused borrowing parameter gamma in interfaceStandard feature/laplace_curvilinear_testWed, 10 Apr 2019 11:28:23 -0700, by Martin Almquist
-
Merge with default feature/laplace_curvilinear_testWed, 10 Apr 2019 11:00:27 -0700, by Martin Almquist
-
Add parameter in runtestsAll() and runtestsPackage() so that they include tests in subpackagesWed, 10 Apr 2019 22:11:11 +0200, by Jonatan Werpers
-
Merged in feature/dataspline (pull request #14)Tue, 09 Apr 2019 20:24:21 +0000, by Martin Almquist
-
Close branch feature/dataspline feature/datasplineTue, 09 Apr 2019 20:24:21 +0000, by Martin Almquist
-
Remove some obsolete comments feature/timesteppersTue, 09 Apr 2019 22:22:03 +0200, by Jonatan Werpers
-
In Curve.arcLengthParametrization(), upgrade linear interpolation to monotonicity-preserving cubic splines. feature/datasplineTue, 09 Apr 2019 13:19:55 -0700, by Martin Almquist
-
Add skeleton for time.rk.ExplicitSecondOrder feature/timesteppersTue, 09 Apr 2019 22:17:07 +0200, by Jonatan Werpers
-
Add functions for evaluating a functions for each timestep. feature/timesteppersTue, 09 Apr 2019 22:04:51 +0200, by Jonatan Werpers
-
Remove unused properties from rk.Explicit feature/timesteppersWed, 23 Jan 2019 10:02:13 +0100, by Jonatan Werpers
-
Bugfix Curve.arcLengthParametrization() by using linear interpolation instead of higher-order spline for parameter as a funciton of arclength. Generalize dataSpline() to curves in higher dimensions. feature/datasplineTue, 09 Apr 2019 09:50:44 -0700, by Martin Almquist