log

age author description
Wed, 31 Aug 2016 17:31:25 +0200 Jonatan Werpers Fixed function name. feature/beams
Wed, 31 Aug 2016 17:16:03 +0200 Jonatan Werpers Added a bunch of new operators. Still non-functional. feature/beams
Wed, 31 Aug 2016 16:54:47 +0200 Jonatan Werpers Rename of some sbp operators. feature/beams
Wed, 31 Aug 2016 10:44:53 +0200 Jonatan Werpers Added function to save the size of a figure window as default. feature/beams
Tue, 30 Aug 2016 10:44:17 +0200 Jonatan Werpers Added function to calculate a solution at a given time. feature/beams
Tue, 30 Aug 2016 10:43:58 +0200 Jonatan Werpers Beam: improvements. feature/beams
Thu, 04 Aug 2016 15:24:04 +0200 Jonatan Werpers ReplacableString: Added a more intuitive function name. feature/beams
Wed, 03 Aug 2016 12:30:27 +0200 Jonatan Werpers Added some stuff for default structs. Improved interface for beam. feature/beams
Thu, 28 Jul 2016 12:50:43 +0200 Jonatan Werpers Beam: Added ability to pick alphaII and alphaIII to control tau and sigma. feature/beams
Thu, 28 Jul 2016 11:45:02 +0200 Jonatan Werpers grid: Fixed returns of funcToXXX feature/beams
Fri, 15 Jul 2016 13:46:05 +0200 Jonatan Werpers multigrid.DiffOp: Bug fix. feature/beams
Fri, 15 Jul 2016 11:22:12 +0200 Jonatan Werpers Beam: Added tuning as a parameter to contructor. feature/beams
Thu, 14 Jul 2016 10:41:32 +0200 Jonatan Werpers scheme.Beam: Played around with tuning. feature/beams
Thu, 14 Jul 2016 10:40:57 +0200 Jonatan Werpers Added verbose flag to semiDefIneq and minors. feature/beams
Tue, 12 Jul 2016 17:08:15 +0200 Jonatan Werpers multiblock: Added a function to return number of points in each block for a mbGrid. Fixed a bug in DiffOp. feature/beams
Tue, 12 Jul 2016 16:32:36 +0200 Jonatan Werpers scheme.Beam: changes to possibly better operators. feature/beams
Fri, 01 Jul 2016 11:38:53 +0200 Jonatan Werpers More better printing. feature/beams
Fri, 01 Jul 2016 09:46:02 +0200 Jonatan Werpers improved printing in silent mode. feature/beams
Fri, 01 Jul 2016 09:45:47 +0200 Jonatan Werpers Fixed some bugs. feature/beams
Thu, 30 Jun 2016 14:44:18 +0200 Jonatan Werpers Improved anim.func.
Thu, 30 Jun 2016 14:43:43 +0200 Jonatan Werpers Added a timedependent version of Cdiff. feature/beams
Thu, 30 Jun 2016 14:10:26 +0200 Jonatan Werpers Clearer messages. feature/beams
Tue, 28 Jun 2016 16:50:32 +0200 Jonatan Werpers noname.testCfl: Added if the run was stable or not to the output. feature/beams
Tue, 28 Jun 2016 16:33:11 +0200 Jonatan Werpers Fixed type in scheme.Beam feature/beams
Tue, 28 Jun 2016 14:05:17 +0200 Jonatan Werpers Fixed sign error in beam BC penalties. feature/beams
Tue, 28 Jun 2016 13:21:02 +0200 Jonatan Werpers time.Rungekutta4SecondOrder: Started adding code to allow timedependent D,E,S. Might be buggy. feature/beams
Tue, 28 Jun 2016 13:19:45 +0200 Jonatan Werpers Fixed typo. feature/beams
Tue, 28 Jun 2016 13:11:14 +0200 Jonatan Werpers Made scheme boundary_condition return a cell array of penalties if there are several of them. feature/beams
Mon, 27 Jun 2016 13:26:02 +0200 Jonatan Werpers Merged with feature/grids. feature/beams
Mon, 27 Jun 2016 13:24:59 +0200 Jonatan Werpers Merged with default. feature/grids
Mon, 27 Jun 2016 13:23:46 +0200 Jonatan Werpers noname: Changed convergence to use grids in the representation of the solutions. feature/beams
Wed, 22 Jun 2016 14:44:03 +0200 Jonatan Werpers multiblock: Fixed some problems in DiffOp and Grid. feature/beams
Wed, 22 Jun 2016 14:42:49 +0200 Jonatan Werpers Fixed some typos in noname. feature/beams
Wed, 22 Jun 2016 14:42:01 +0200 Jonatan Werpers blockmatrix: added a test to make sure a zero matrix is a blockmatrix. Also added input parameter checking to zero() feature/beams
Wed, 22 Jun 2016 14:40:23 +0200 Jonatan Werpers Removed the data paramter from boundary_condition prototype. feature/beams
Mon, 20 Jun 2016 13:03:35 +0200 Jonatan Werpers Fixed a mistake in util.calc_borrowing.
Thu, 16 Jun 2016 10:56:47 +0200 Jonatan Werpers Merged feature/grid into feature/beams feature/beams
Thu, 16 Jun 2016 09:21:17 +0200 Jonatan Werpers multiblock: Implemented boundary conditions. feature/grids
Thu, 16 Jun 2016 09:06:57 +0200 Jonatan Werpers Removed old versions of blockmatrix implementations. feature/grids
Wed, 15 Jun 2016 17:25:40 +0200 Jonatan Werpers blockmatrix: Added function to convert regular matrix to blockmatrix. feature/grids
Wed, 15 Jun 2016 16:55:40 +0200 Jonatan Werpers blockmatrix: Added function to create zero blockmatrices. feature/grids
Wed, 15 Jun 2016 16:31:24 +0200 Jonatan Werpers blockmatrix: Added function to convert blockmatrix to a regular matrix. feature/grids
Wed, 15 Jun 2016 16:28:22 +0200 Jonatan Werpers blockmatrix: added function to calculate the block division for a given blockmatrix. feature/grids
Wed, 15 Jun 2016 15:54:53 +0200 Jonatan Werpers Added a test. feature/grids
Wed, 15 Jun 2016 14:29:56 +0200 Jonatan Werpers blockmatrix: Added functions to test for block matrcies and divisions. feature/grids
Tue, 14 Jun 2016 15:45:28 +0200 Jonatan Werpers multiblock.DiffOp: Fleshed out boundary_condition() a bit more feature/grids
Tue, 14 Jun 2016 15:07:34 +0200 Jonatan Werpers Exeendend tests of multiblock.DiffOp. feature/grids
Mon, 13 Jun 2016 16:59:02 +0200 Jonatan Werpers Merged feature/grids into feature/beams. feature/beams
Mon, 13 Jun 2016 16:50:16 +0200 Jonatan Werpers Merged default into feature/grids. feature/grids
Mon, 13 Jun 2016 16:49:11 +0200 Jonatan Werpers Paused work on boundaryGroups and getBoundaryNames. Are they really needed? feature/grids
Thu, 26 May 2016 16:45:24 +0200 Jonatan Werpers Added function to calculate bspline.
Thu, 26 May 2016 12:56:49 +0200 Jonatan Werpers Added function to return names of variables.
Thu, 26 May 2016 12:52:59 +0200 Jonatan Werpers time: Added ability to avarage of several runs.
Thu, 26 May 2016 12:51:11 +0200 Jonatan Werpers setFontSize: Added docstring.
Tue, 24 May 2016 08:42:27 +0200 Jonatan Werpers Added functions to easily time and profile a function.
Wed, 06 Apr 2016 12:54:52 +0200 Jonatan Werpers Added tests for boundary group. feature/grids
Mon, 04 Apr 2016 18:23:50 +0200 Jonatan Werpers Added methods for returning boundary names and boundary coordinates from Cartesian and Curvilinear grids. feature/grids
Mon, 21 Mar 2016 16:33:49 +0100 Jonatan Werpers Merged default into feature/grids. feature/grids
Fri, 04 Mar 2016 17:20:30 +0100 Jonatan Werpers Added a class for boundary groups. Added methods stubs and failing tests. feature/grids
Fri, 04 Mar 2016 17:19:18 +0100 Jonatan Werpers Added methods to hande boundaries to Grid. Added failing tests and method stubs. feature/grids
Fri, 04 Mar 2016 17:18:20 +0100 Jonatan Werpers sparse2cell: Added missing semicolons. feature/grids
Thu, 03 Mar 2016 20:03:06 +0100 Jonatan Werpers Moved multiblock grid to the multiblock package. Continued implementation. Added multiblock diffOp and removed some functions no longer needed. feature/grids
Thu, 03 Mar 2016 20:01:09 +0100 Jonatan Werpers Updated comments and definition to use introduced grid types. feature/grids
Thu, 03 Mar 2016 14:00:27 +0100 Jonatan Werpers Added sparse2cell function. feature/grids
Tue, 01 Mar 2016 13:47:46 +0100 Jonatan Werpers Made Multiblock a concrete class. Started implementation. feature/grids
Mon, 29 Feb 2016 17:00:01 +0100 Jonatan Werpers Removed some comments from Grid.m feature/grids
Mon, 29 Feb 2016 15:40:34 +0100 Jonatan Werpers Made some local changes to stichSchemes. feature/beams
Mon, 29 Feb 2016 15:08:01 +0100 Jonatan Werpers Merge with feature/grids. feature/beams
Mon, 29 Feb 2016 15:01:58 +0100 Jonatan Werpers Merge with default. feature/grids
Mon, 29 Feb 2016 14:56:51 +0100 Jonatan Werpers Removed some grid information from Scheme. feature/grids
Mon, 29 Feb 2016 14:55:19 +0100 Jonatan Werpers Updated equidistant and equidistantCurve to set the scaling of grids. feature/grids
Mon, 29 Feb 2016 10:16:39 +0100 Jonatan Werpers Fixed some bugs in Beam schemes. feature/beams
Fri, 26 Feb 2016 16:21:47 +0100 Jonatan Werpers Added and upgraded schemes for the beam equation in 1d and 2d. feature/beams
Fri, 26 Feb 2016 16:06:52 +0100 Jonatan Werpers Added a comment regardning structured grids. feature/grids
Fri, 26 Feb 2016 16:06:03 +0100 Jonatan Werpers Added functionallity for storing grid scaling on structured grids. feature/grids
Thu, 25 Feb 2016 11:30:05 +0100 Jonatan Werpers Refactored input parsing in Curvilinear. feature/grids
Thu, 25 Feb 2016 11:17:48 +0100 Jonatan Werpers Made evalOn a bit clearer. feature/grids
Thu, 25 Feb 2016 11:10:25 +0100 Jonatan Werpers Implemented Curvilinear and equdistantCurvilinear. feature/grids
Wed, 24 Feb 2016 15:04:22 +0100 Jonatan Werpers Merge with default. feature/grids
Wed, 24 Feb 2016 15:01:54 +0100 Jonatan Werpers grid.Cartesian: Added methods and test to fulfilll abstract class. feature/grids
Tue, 23 Feb 2016 13:25:43 +0100 Jonatan Werpers Merge in changes from default. feature/grids
Tue, 23 Feb 2016 10:55:46 +0100 Jonatan Werpers Updated function name reference. feature/grids
Tue, 23 Feb 2016 10:31:19 +0100 Jonatan Werpers Made reshape KronVector more general. Updated name and tests. feature/grids
Mon, 22 Feb 2016 15:56:33 +0100 Jonatan Werpers Correct method signatures in Grid.m feature/grids
Mon, 22 Feb 2016 13:55:19 +0100 Jonatan Werpers Fixed naming and added functions for converting vectors to matrices for structured grid. feature/grids
Mon, 22 Feb 2016 13:34:50 +0100 Jonatan Werpers Moved function for resizing vectors out of grid. feature/grids
Mon, 22 Feb 2016 13:20:55 +0100 Jonatan Werpers Added function for reshaping grid functions. Added size() method to structured grid. feature/grids
Mon, 22 Feb 2016 12:27:31 +0100 Jonatan Werpers Multiblock.m: Made methods lower case. Added a method. feature/grids
Fri, 19 Feb 2016 16:09:02 +0100 Jonatan Werpers Added abstract class Structured. feature/grids
Fri, 19 Feb 2016 15:59:36 +0100 Jonatan Werpers Added abstract methods to Grid. feature/grids
Fri, 19 Feb 2016 14:28:27 +0100 Jonatan Werpers Added function eval on. feature/grids
Thu, 18 Feb 2016 17:19:17 +0100 Jonatan Werpers Changed name from Mapped to Curvilinear. feature/grids
Thu, 18 Feb 2016 17:17:41 +0100 Jonatan Werpers Removed some extra lines, added some notes and comments. Fixed classname. feature/grids
Thu, 18 Feb 2016 16:46:02 +0100 Jonatan Werpers Added classes and functions for Cartesian and equidistant grids. feature/grids
Tue, 22 Dec 2015 11:59:55 +0100 Jonatan Werpers Added abstract classes for some different types of grids. feature/grids
Tue, 22 Dec 2015 11:49:43 +0100 Jonatan Werpers Added function to run all tests in a package. feature/grids
Mon, 21 Dec 2015 15:09:32 +0100 Jonatan Werpers Moved Curves and Tis from package grid to package parametrization. feature/grids
Mon, 21 Dec 2015 15:06:16 +0100 Jonatan Werpers Starting branch for adding abstract classes for grids, grid functions as well as implementing plotting and error calculation for these. feature/grids
Wed, 06 Apr 2016 10:08:59 +0200 Jonatan Werpers Added function to save current figure position as default.
Tue, 05 Apr 2016 11:26:04 +0200 Jonatan Werpers Added functions for printing and timing tasks in a script.
Mon, 04 Apr 2016 18:34:12 +0200 Jonatan Werpers Fixed function name bug in calc_borrowing and added ordinary operators.
Mon, 21 Mar 2016 16:27:19 +0100 Jonatan Werpers toString: Now allows 2d cell arrays of strings.
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.
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.
Fri, 13 Nov 2015 16:39:45 -0800 Jonatan Werpers Fixed coding errors in Euler1d.
Thu, 12 Nov 2015 17:31:33 -0800 Jonatan Werpers Added pausing option to noname.animate. Added characteristic bc to Euler1d.
Thu, 12 Nov 2015 12:03:45 -0800 Jonatan Werpers Added documentation to setup_1d_plot. Added updatableLine.m
Thu, 12 Nov 2015 09:47:04 -0800 Jonatan Werpers Minor renaming and clean up in 2d wave schemes.
Wed, 11 Nov 2015 19:21:38 -0800 Jonatan Werpers Euler1d: Fixed russian dissipation. Cleaned up. Added non-working BC.
Wed, 11 Nov 2015 19:20:32 -0800 Jonatan Werpers Changed default animation time to infinity.
Wed, 11 Nov 2015 15:43:15 -0800 Jonatan Werpers Fixed the upwind operators.
Wed, 11 Nov 2015 15:15:26 -0800 Jonatan Werpers Generalized spdiag. Added function for createing a banded sparse matrix.
Thu, 05 Nov 2015 17:10:57 -0800 Jonatan Werpers Performance improvement for Euler1d
Thu, 05 Nov 2015 16:33:53 -0800 Jonatan Werpers Made lots of updates to Euler1d.
Thu, 05 Nov 2015 16:31:53 -0800 Jonatan Werpers Made setup_1d_plot behave more like matlabs plot().
Thu, 05 Nov 2015 16:30:17 -0800 Jonatan Werpers Added upwind operators.
Thu, 05 Nov 2015 16:29:24 -0800 Jonatan Werpers Updated SolutionFile to use the new toString Method.
Thu, 05 Nov 2015 16:28:35 -0800 Jonatan Werpers Changed spdiag to be more like matlabs diag.
Thu, 05 Nov 2015 16:28:14 -0800 Jonatan Werpers Added toString function.
Thu, 05 Nov 2015 16:24:20 -0800 Jonatan Werpers Corrected description of saveeps.m
Thu, 05 Nov 2015 16:08:57 -0800 Jonatan Werpers Added a function for easily benchmarking a Discretization.
Thu, 05 Nov 2015 16:06:06 -0800 Jonatan Werpers Added Rk4 as it should be.
Mon, 12 Oct 2015 10:38:53 +0200 Jonatan Werpers Added Dictionary class. Added string conversions for a bunch of types. Deprecated some replaced functions.
Fri, 09 Oct 2015 10:52:42 +0200 Jonatan Werpers Added silent option to noname.testCfl.
Tue, 06 Oct 2015 16:54:54 +0200 Jonatan Werpers Added function for drawing fitting lines to convergence plots.
Tue, 06 Oct 2015 16:54:36 +0200 Jonatan Werpers Added black and white to Color.m
Tue, 06 Oct 2015 09:51:52 +0200 Jonatan Werpers Better error handeling in noname.convergence. Better handeling of T=0 in noname.calculateSolution
Tue, 06 Oct 2015 09:48:46 +0200 Jonatan Werpers Stoped using matFile object in SolutionFile. Changed to load for performance.
Tue, 06 Oct 2015 09:47:30 +0200 Jonatan Werpers Imporved error handling in saveeps. Fixed bug with vector fields in struct2string.
Tue, 06 Oct 2015 09:46:18 +0200 Jonatan Werpers Fixed really stupid error in errorMax.m
Tue, 29 Sep 2015 09:22:22 +0200 Jonatan Werpers Fixed a bunch of problems regarding convergence and saving solutions
Mon, 28 Sep 2015 21:56:02 +0200 Jonatan Werpers Fixed bug in step() for CdiffNonlin.
Mon, 28 Sep 2015 13:23:52 +0200 Jonatan Werpers Corrected parameter treatment in nonlin timesteppers.
Mon, 28 Sep 2015 08:47:28 +0200 Jonatan Werpers Removed repository inside +sbp to make it part of the root repo.
Mon, 28 Sep 2015 08:44:56 +0200 Jonatan Werpers Fixed bug in Rk4SecondOrderNonlin.
Sun, 27 Sep 2015 22:15:37 +0200 Jonatan Werpers Added function spdiag(). Fixed a bunch of bugs in the Wave2dCurve scheme.
Fri, 25 Sep 2015 14:54:26 +0200 Jonatan Werpers Made some changes to error functions and comparison functions before finalizing convergence script.
Fri, 25 Sep 2015 14:51:18 +0200 Jonatan Werpers Made calculateSolution save the discretization instead of a handle to contructor.
Fri, 25 Sep 2015 14:50:01 +0200 Jonatan Werpers Added some utility functions to SolutionFile.m
Fri, 25 Sep 2015 11:08:47 +0200 Jonatan Werpers Added function to calculate convergence given errors. Added function to print convergence table (not finished.)
Wed, 23 Sep 2015 09:43:53 +0200 Jonatan Werpers Moved structIsSubset to it's own file.
Wed, 23 Sep 2015 09:29:53 +0200 Jonatan Werpers Added functionality for saveing to eps from plotSolutions.
Tue, 22 Sep 2015 17:35:58 +0200 Jonatan Werpers Decoupled plotting and timesteppers. Added possibility of different plot_types. Added functions for printing and plotting solution file content.
Tue, 22 Sep 2015 17:10:51 +0200 Jonatan Werpers Fixed bug in SolutionsFile.m. Updated calculateSolution to also save a function handle to the Discr constructor.
Tue, 22 Sep 2015 14:52:13 +0200 Jonatan Werpers Added function to merge SolutionFiles.
Tue, 22 Sep 2015 14:27:21 +0200 Jonatan Werpers Added utility function findFiledWidth. Added function for calculating and saving solutions.
Tue, 22 Sep 2015 14:25:59 +0200 Jonatan Werpers Improved progress indication for stepN
Tue, 22 Sep 2015 13:36:45 +0200 Jonatan Werpers Added abstract methods to allow for comparing of solutions. Added a bunch of error functions.
Tue, 22 Sep 2015 09:46:20 +0200 Jonatan Werpers Added functions for converting vectors to and from cell format.
Tue, 22 Sep 2015 08:41:28 +0200 Jonatan Werpers Fixed initialization of step counter in timesteppers.
Tue, 22 Sep 2015 08:35:57 +0200 Jonatan Werpers Added function to calculate an aligned timestep.
Mon, 21 Sep 2015 18:01:57 +0200 Jonatan Werpers Allowed no defult answer in yesnoQuestion.m
Mon, 21 Sep 2015 17:58:04 +0200 Jonatan Werpers Added utility function for asking the user a yes or no question.
Mon, 21 Sep 2015 17:41:18 +0200 Jonatan Werpers Added class for handleing .mat files as a key-value store.
Mon, 21 Sep 2015 17:40:07 +0200 Jonatan Werpers Changed to cleaner way of gett the current folder.