log

age author description
Mon, 21 Mar 2016 16:23:24 +0100 Jonatan Werpers setup 1d plot: Removed setting of axislabels. Made time in title optional.
Mon, 21 Mar 2016 16:19:48 +0100 Jonatan Werpers animate: Show the simulation time.
Mon, 14 Mar 2016 13:52:37 +0100 Jonatan Werpers Added function to set alla font sizes of a figure. Added default dpi to savepng.
Mon, 29 Feb 2016 15:00:52 +0100 Jonatan Werpers Removed ylim from setup1dPlot added some comments and fixed timestepper paramters.
Wed, 24 Feb 2016 15:03:19 +0100 Jonatan Werpers Fixed path to some superclasses.
Tue, 23 Feb 2016 14:33:50 +0100 Jonatan Werpers Added a settings file to checkSbplib()
Tue, 23 Feb 2016 14:21:52 +0100 Jonatan Werpers Added script to check all the code in a directory.
Tue, 23 Feb 2016 13:22:00 +0100 Jonatan Werpers Added a function to run all tests in a folder including all tests in subpackages.
Tue, 09 Feb 2016 14:04:10 +0100 Jonatan Werpers Added forgotten setting of k.
Tue, 09 Feb 2016 13:27:38 +0100 Jonatan Werpers Updated noname.calculateSolution to use the opt struct.
Mon, 08 Feb 2016 17:52:23 +0100 Jonatan Werpers Added a function for printing the axes positions of a subplot grid.
Mon, 08 Feb 2016 14:52:07 +0100 Jonatan Werpers Improved some comments in noname.animate
Fri, 05 Feb 2016 11:29:19 +0100 Jonatan Werpers Prepared for dynamic workload in animation.
Fri, 05 Feb 2016 10:49:16 +0100 Jonatan Werpers Refactored +anim.animate to be more clear.
Fri, 05 Feb 2016 09:43:34 +0100 Jonatan Werpers ReplaceableString: Added .appendFormat()
Thu, 04 Feb 2016 16:29:03 +0100 Jonatan Werpers Added a class for replacable strings. Works with linebreaks.
Wed, 03 Feb 2016 17:41:46 +0100 Jonatan Werpers Cleaned up the code for minors.
Wed, 03 Feb 2016 17:41:19 +0100 Jonatan Werpers toString: added support for symbolic expressions
Wed, 03 Feb 2016 16:56:05 +0100 Jonatan Werpers Added function for printing the minors of a matrix.
Mon, 01 Feb 2016 17:08:19 +0100 Jonatan Werpers Changed evolve so that it always stops as close to tend as possible.
Wed, 27 Jan 2016 17:37:23 +0100 Jonatan Werpers Fixed some class name, file name errors.
Wed, 23 Dec 2015 21:42:23 +0100 Jonatan Werpers Added savepng.m
Mon, 21 Dec 2015 12:19:35 +0100 Jonatan Werpers Fixed spelling.
Fri, 18 Dec 2015 11:28:53 +0100 Jonatan Werpers Added method for showing plotting samples in Color.
Fri, 18 Dec 2015 11:28:07 +0100 Jonatan Werpers Removed setupMov method on Discretization
Fri, 18 Dec 2015 11:27:11 +0100 Jonatan Werpers Changed variable name to make it clear boundary penatlies are currently skipped.
Tue, 15 Dec 2015 16:38:17 +0100 Jonatan Werpers I added remaining upwind operators.
Tue, 15 Dec 2015 16:38:02 +0100 Jonatan Werpers Fixed bug and made more robust.
Mon, 14 Dec 2015 19:15:01 +0100 Jonatan Werpers Corrected file permissions.
Mon, 14 Dec 2015 19:09:03 +0100 Jonatan Werpers noname.testCfl: Improved relyability and clarity.
Mon, 14 Dec 2015 19:07:36 +0100 Jonatan Werpers noname.benchmark: added deafult value to do_profile.
Mon, 14 Dec 2015 18:57:02 +0100 Jonatan Werpers noname.animate: Updated documentation. Fixed bug with start time. Added pause before starting.
Fri, 11 Dec 2015 09:31:46 +0100 Jonatan Werpers 1d plot: Made it possible to have automatix axes.
Wed, 09 Dec 2015 15:49:25 +0100 Jonatan Werpers Added ability to see every timestep.
Wed, 09 Dec 2015 15:48:58 +0100 Jonatan Werpers Fixed some bugs regarding flowState determination.
Tue, 08 Dec 2015 13:03:04 +0100 Jonatan Werpers Changed so that closures accepts bc data instead of the closure cretaorChanged so that closures accepts bc data instead of the closure cretaors.
Tue, 08 Dec 2015 10:42:20 +0100 Martin Almquist Merged in feature/arclen-param (pull request #1)
Tue, 08 Dec 2015 10:42:20 +0100 Martin Almquist Close branch feature/arclen-param feature/arclen-param
Tue, 08 Dec 2015 09:50:39 +0100 Jonatan Werpers Added and changed some comments. Also my text editor removed a bunch of whitespace. feature/arclen-param
Mon, 07 Dec 2015 18:57:55 +0100 Martin Almquist Merged heads. feature/arclen-param
Mon, 07 Dec 2015 18:51:41 +0100 Martin Almquist Added error checking for all methods that use the derivative gp. Removed that from the to do list. Updated some comments. feature/arclen-param
Mon, 07 Dec 2015 18:46:59 +0100 Martin Almquist Splined in the other direction! Works great. Runs faster. Removed ugly fix outside [0,1] in spline(). Camelcased numerical_derivative(). feature/arclen-param
Mon, 07 Dec 2015 17:24:28 +0100 Martin Almquist fzero_vec, integral_vec and spline are now local functions in Curve. Renamed arcLengthStretch to arcLengthParametrization. Removed plot_derivative. Added some comments and extra lines + removed unneccesary lines. arcLength is now a method and not static. Constructor does not accept difference operator anymore. feature/arclen-param
Mon, 07 Dec 2015 16:47:13 +0100 Martin Almquist Merged default into feature/arclen-param feature/arclen-param
Fri, 04 Dec 2015 16:46:32 +0100 Jonatan Werpers Adapted testCfl to new opt style parameters in discrs.
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.