log

age author description
Fri, 04 Dec 2015 16:35:30 +0100 Jonatan Werpers Made char BC in euler more robust.
Sun, 06 Dec 2015 15:41:42 +0100 Martin Almquist 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-param
Sun, 06 Dec 2015 13:47:12 +0100 Martin Almquist Removed arclength property. Constructor compatible again. Translation and rotation are fast now, but ti is slow. feature/arclen-param
Wed, 02 Dec 2015 16:29:54 +0100 Martin Almquist Merged with deafult. feature/arclen-param
Wed, 02 Dec 2015 16:21:16 +0100 Jonatan Werpers Wave2dCurve: Removed some comments.
Wed, 02 Dec 2015 15:51:28 +0100 Jonatan Werpers Added bash script for compiling movie. Fixed so fig_mov respects figure size.
Wed, 02 Dec 2015 11:03:08 +0100 Jonatan Werpers Removed extra legends() call.
Tue, 01 Dec 2015 16:21:19 +0100 Jonatan Werpers Euler1D: added function to detect type of flow at a baoundary.
Mon, 30 Nov 2015 17:58:33 +0100 Jonatan Werpers Euler1d: Fixed sign bug.
Mon, 30 Nov 2015 15:23:09 +0100 Jonatan Werpers Added inflow bc for rho
Mon, 30 Nov 2015 12:26:11 +0100 Jonatan Werpers Closing this head
Mon, 30 Nov 2015 12:20:22 +0100 Jonatan Werpers Minor cleaning of Wave2dCurve.
Mon, 30 Nov 2015 12:13:22 +0100 Jonatan Werpers Added branch name. feature/arclen-param
Sun, 29 Nov 2015 22:23:09 +0100 Martin Almquist 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 14:28:53 +0100 Martin Almquist In Curve: Added numerical FD differentiation if derivative is not supplied. Added arc length computation based on the derivative. Added arc length parameterization (but this function is very slow.). In +util: Added fzero_vec.m and integral_vec.m, which call fzero and integral but take vector arguments.