Mercurial > repos > public > sbplib
graph
-
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
-
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.Sun, 29 Nov 2015 14:28:53 +0100, by Martin Almquist
-
Wave2DCurve: Fixed error in tau. Also made random guess at fixing theory from paper.Mon, 30 Nov 2015 11:41:34 +0100, by Jonatan Werpers
-
Removed duplicate function.Fri, 27 Nov 2015 10:06:10 +0100, by Jonatan Werpers
-
Fixed bugs.Thu, 26 Nov 2015 17:09:57 +0100, by Jonatan Werpers
-
Added Dirichelt BC to Wave2dCurve.Thu, 26 Nov 2015 16:24:25 +0100, by Jonatan Werpers
-
Added default argument to spdiag.Thu, 26 Nov 2015 16:24:02 +0100, by Jonatan Werpers
-
Changed noname.animate and noname.Discretization to use a opt struct for timestepper options.Wed, 25 Nov 2015 18:33:49 +0100, by Jonatan Werpers
-
Fixed bug in anim.animate for starting times != 0.Wed, 25 Nov 2015 18:32:29 +0100, by Jonatan Werpers
-
Added the factor or 1/2 to the wall bc term as well.Wed, 25 Nov 2015 15:41:10 +0100, by Jonatan Werpers
-
Fixed bugs and added outflow bc for rho. Added missing abs() added missing 1/2.Wed, 25 Nov 2015 15:19:55 +0100, by Jonatan Werpers
-
Added more input parameter handling and fixed some bugs.Mon, 23 Nov 2015 17:49:34 +0100, by Jonatan Werpers
-
Cleand time.Rungekutta4 a bit.Mon, 23 Nov 2015 17:32:56 +0100, by Jonatan Werpers