log

age author description
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.
Wed, 25 Nov 2015 18:32:29 +0100 Jonatan Werpers Fixed bug in anim.animate for starting times != 0.
Wed, 25 Nov 2015 15:41:10 +0100 Jonatan Werpers Added the factor or 1/2 to the wall bc term as well.
Wed, 25 Nov 2015 15:19:55 +0100 Jonatan Werpers Fixed bugs and added outflow bc for rho. Added missing abs() added missing 1/2.
Mon, 23 Nov 2015 17:49:34 +0100 Jonatan Werpers Added more input parameter handling and fixed some bugs.
Mon, 23 Nov 2015 17:32:56 +0100 Jonatan Werpers Cleand time.Rungekutta4 a bit.
Mon, 23 Nov 2015 15:56:41 +0100 Jonatan Werpers Added missing axis_handle reference.
Mon, 23 Nov 2015 15:48:58 +0100 Jonatan Werpers Fixed problem with cell2sparse for empty matrices.
Mon, 23 Nov 2015 14:55:58 +0100 Jonatan Werpers Simplified implementation of time quantity plot.
Mon, 23 Nov 2015 14:34:02 +0100 Jonatan Werpers Updated printing stuff for animation functions.
Mon, 23 Nov 2015 14:07:03 +0100 Jonatan Werpers Made end of animated quantity plot nicer.
Mon, 23 Nov 2015 13:54:01 +0100 Jonatan Werpers Moved drawno out of plot update functions for huge performance boost.
Mon, 23 Nov 2015 13:51:31 +0100 Jonatan Werpers Added script for benchmarking a function.
Fri, 20 Nov 2015 10:28:27 +0100 Jonatan Werpers Fixed some errors in scheme.Schrodinger.m
Fri, 20 Nov 2015 10:24:21 +0100 Jonatan Werpers Made setup_1d_plot behave like matlab plot.
Wed, 18 Nov 2015 17:15:02 +0100 Jonatan Werpers Fixed mistakes in Schrodinger scheme. BC are now working.
Wed, 18 Nov 2015 17:14:19 +0100 Jonatan Werpers Fixed some typing and added function to plot eigen values of a matrix.
Sat, 14 Nov 2015 19:48:23 -0800 Jonatan Werpers Fixed error in bc.
Sat, 14 Nov 2015 19:30:27 -0800 Jonatan Werpers Euler1d. Fixed mistake in last commit.
Sat, 14 Nov 2015 19:26:30 -0800 Jonatan Werpers Refactored euler1d to have real methods.
Sat, 14 Nov 2015 15:43:01 -0800 Jonatan Werpers Euler1d: Created a general bc routine.
Sat, 14 Nov 2015 11:59:49 -0800 Jonatan Werpers Euler1d: Changed penalties to be calcualted numerically.