log

age author description
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.
Mon, 30 Nov 2015 11:41:34 +0100 Jonatan Werpers Wave2DCurve: Fixed error in tau. Also made random guess at fixing theory from paper.
Fri, 27 Nov 2015 10:06:10 +0100 Jonatan Werpers Removed duplicate function.
Thu, 26 Nov 2015 17:09:57 +0100 Jonatan Werpers Fixed bugs.
Thu, 26 Nov 2015 16:24:25 +0100 Jonatan Werpers Added Dirichelt BC to Wave2dCurve.
Thu, 26 Nov 2015 16:24:02 +0100 Jonatan Werpers Added default argument to spdiag.
Wed, 25 Nov 2015 18:33:49 +0100 Jonatan Werpers Changed noname.animate and noname.Discretization to use a opt struct for timestepper options.