Mercurial > repos > public > sbplib
graph
-
Adapted testCfl to new opt style parameters in discrs.Fri, 04 Dec 2015 16:46:32 +0100, by Jonatan Werpers
-
Made char BC in euler more robust.Fri, 04 Dec 2015 16:35:30 +0100, by Jonatan Werpers
-
The arclength parameter function was slow because it called fzero. Now it is constructed once and for all with splines. Much better performance. feature/arclen-paramSun, 06 Dec 2015 15:41:42 +0100, by Martin Almquist
-
Removed arclength property. Constructor compatible again. Translation and rotation are fast now, but ti is slow. feature/arclen-paramSun, 06 Dec 2015 13:47:12 +0100, by Martin Almquist
-
Wave2dCurve: Removed some comments.Wed, 02 Dec 2015 16:21:16 +0100, by Jonatan Werpers
-
Added bash script for compiling movie. Fixed so fig_mov respects figure size.Wed, 02 Dec 2015 15:51:28 +0100, by Jonatan Werpers
-
Removed extra legends() call.Wed, 02 Dec 2015 11:03:08 +0100, by Jonatan Werpers
-
Euler1D: added function to detect type of flow at a baoundary.Tue, 01 Dec 2015 16:21:19 +0100, by Jonatan Werpers
-
Euler1d: Fixed sign bug.Mon, 30 Nov 2015 17:58:33 +0100, by Jonatan Werpers
-
Added inflow bc for rhoMon, 30 Nov 2015 15:23:09 +0100, by Jonatan Werpers
-
Closing this headMon, 30 Nov 2015 12:26:11 +0100, by Jonatan Werpers
-
Minor cleaning of Wave2dCurve.Mon, 30 Nov 2015 12:20:22 +0100, by Jonatan Werpers
-
In Curve: Rearranged for speed. arc_length_fun is now a property of Curve. If it is not supplied, it is computed via the derivative and spline fitting. Switching to the arc length parameterization is much faster now. The new stuff can be tested with testArcLength.m (which should be deleted after that).Sun, 29 Nov 2015 22:23:09 +0100, by Martin Almquist