Mercurial > repos > public > sbplib
graph
-
noname: Changed convergence to use grids in the representation of the solutions. feature/beamsMon, 27 Jun 2016 13:23:46 +0200, by Jonatan Werpers
-
multiblock: Fixed some problems in DiffOp and Grid. feature/beamsWed, 22 Jun 2016 14:44:03 +0200, by Jonatan Werpers
-
blockmatrix: added a test to make sure a zero matrix is a blockmatrix. Also added input parameter checking to zero() feature/beamsWed, 22 Jun 2016 14:42:01 +0200, by Jonatan Werpers
-
Removed the data paramter from boundary_condition prototype. feature/beamsWed, 22 Jun 2016 14:40:23 +0200, by Jonatan Werpers
-
Fixed a mistake in util.calc_borrowing.Mon, 20 Jun 2016 13:03:35 +0200, by Jonatan Werpers
-
Merged feature/grid into feature/beams feature/beamsThu, 16 Jun 2016 10:56:47 +0200, by Jonatan Werpers
-
multiblock: Implemented boundary conditions. feature/gridsThu, 16 Jun 2016 09:21:17 +0200, by Jonatan Werpers
-
Removed old versions of blockmatrix implementations. feature/gridsThu, 16 Jun 2016 09:06:57 +0200, by Jonatan Werpers
-
blockmatrix: Added function to convert regular matrix to blockmatrix. feature/gridsWed, 15 Jun 2016 17:25:40 +0200, by Jonatan Werpers
-
blockmatrix: Added function to create zero blockmatrices. feature/gridsWed, 15 Jun 2016 16:55:40 +0200, by Jonatan Werpers
-
blockmatrix: Added function to convert blockmatrix to a regular matrix. feature/gridsWed, 15 Jun 2016 16:31:24 +0200, by Jonatan Werpers
-
blockmatrix: added function to calculate the block division for a given blockmatrix. feature/gridsWed, 15 Jun 2016 16:28:22 +0200, by Jonatan Werpers
-
blockmatrix: Added functions to test for block matrcies and divisions. feature/gridsWed, 15 Jun 2016 14:29:56 +0200, by Jonatan Werpers
-
multiblock.DiffOp: Fleshed out boundary_condition() a bit more feature/gridsTue, 14 Jun 2016 15:45:28 +0200, by Jonatan Werpers
-
Exeendend tests of multiblock.DiffOp. feature/gridsTue, 14 Jun 2016 15:07:34 +0200, by Jonatan Werpers
-
Merged feature/grids into feature/beams. feature/beamsMon, 13 Jun 2016 16:59:02 +0200, by Jonatan Werpers
-
Merged default into feature/grids. feature/gridsMon, 13 Jun 2016 16:50:16 +0200, by Jonatan Werpers
-
Paused work on boundaryGroups and getBoundaryNames. Are they really needed? feature/gridsMon, 13 Jun 2016 16:49:11 +0200, by Jonatan Werpers
-
Added function to calculate bspline.Thu, 26 May 2016 16:45:24 +0200, by Jonatan Werpers
-
Added function to return names of variables.Thu, 26 May 2016 12:56:49 +0200, by Jonatan Werpers
-
time: Added ability to avarage of several runs.Thu, 26 May 2016 12:52:59 +0200, by Jonatan Werpers
-
setFontSize: Added docstring.Thu, 26 May 2016 12:51:11 +0200, by Jonatan Werpers
-
Added functions to easily time and profile a function.Tue, 24 May 2016 08:42:27 +0200, by Jonatan Werpers
-
Added methods for returning boundary names and boundary coordinates from Cartesian and Curvilinear grids. feature/gridsMon, 04 Apr 2016 18:23:50 +0200, by Jonatan Werpers
-
Merged default into feature/grids. feature/gridsMon, 21 Mar 2016 16:33:49 +0100, by Jonatan Werpers
-
Added a class for boundary groups. Added methods stubs and failing tests. feature/gridsFri, 04 Mar 2016 17:20:30 +0100, by Jonatan Werpers
-
Added methods to hande boundaries to Grid. Added failing tests and method stubs. feature/gridsFri, 04 Mar 2016 17:19:18 +0100, by Jonatan Werpers
-
sparse2cell: Added missing semicolons. feature/gridsFri, 04 Mar 2016 17:18:20 +0100, by Jonatan Werpers
-
Moved multiblock grid to the multiblock package. Continued implementation. Added multiblock diffOp and removed some functions no longer needed. feature/gridsThu, 03 Mar 2016 20:03:06 +0100, by Jonatan Werpers
-
Updated comments and definition to use introduced grid types. feature/gridsThu, 03 Mar 2016 20:01:09 +0100, by Jonatan Werpers
-
Made Multiblock a concrete class. Started implementation. feature/gridsTue, 01 Mar 2016 13:47:46 +0100, by Jonatan Werpers
-
Made some local changes to stichSchemes. feature/beamsMon, 29 Feb 2016 15:40:34 +0100, by Jonatan Werpers
-
Removed some grid information from Scheme. feature/gridsMon, 29 Feb 2016 14:56:51 +0100, by Jonatan Werpers
-
Updated equidistant and equidistantCurve to set the scaling of grids. feature/gridsMon, 29 Feb 2016 14:55:19 +0100, by Jonatan Werpers
-
Added and upgraded schemes for the beam equation in 1d and 2d. feature/beamsFri, 26 Feb 2016 16:21:47 +0100, by Jonatan Werpers
-
Added a comment regardning structured grids. feature/gridsFri, 26 Feb 2016 16:06:52 +0100, by Jonatan Werpers
-
Added functionallity for storing grid scaling on structured grids. feature/gridsFri, 26 Feb 2016 16:06:03 +0100, by Jonatan Werpers
-
Refactored input parsing in Curvilinear. feature/gridsThu, 25 Feb 2016 11:30:05 +0100, by Jonatan Werpers
-
Implemented Curvilinear and equdistantCurvilinear. feature/gridsThu, 25 Feb 2016 11:10:25 +0100, by Jonatan Werpers
-
grid.Cartesian: Added methods and test to fulfilll abstract class. feature/gridsWed, 24 Feb 2016 15:01:54 +0100, by Jonatan Werpers
-
Made reshape KronVector more general. Updated name and tests. feature/gridsTue, 23 Feb 2016 10:31:19 +0100, by Jonatan Werpers
-
Correct method signatures in Grid.m feature/gridsMon, 22 Feb 2016 15:56:33 +0100, by Jonatan Werpers
-
Fixed naming and added functions for converting vectors to matrices for structured grid. feature/gridsMon, 22 Feb 2016 13:55:19 +0100, by Jonatan Werpers
-
Moved function for resizing vectors out of grid. feature/gridsMon, 22 Feb 2016 13:34:50 +0100, by Jonatan Werpers
-
Added function for reshaping grid functions. Added size() method to structured grid. feature/gridsMon, 22 Feb 2016 13:20:55 +0100, by Jonatan Werpers
-
Multiblock.m: Made methods lower case. Added a method. feature/gridsMon, 22 Feb 2016 12:27:31 +0100, by Jonatan Werpers
-
Changed name from Mapped to Curvilinear. feature/gridsThu, 18 Feb 2016 17:19:17 +0100, by Jonatan Werpers
-
Removed some extra lines, added some notes and comments. Fixed classname. feature/gridsThu, 18 Feb 2016 17:17:41 +0100, by Jonatan Werpers
-
Added classes and functions for Cartesian and equidistant grids. feature/gridsThu, 18 Feb 2016 16:46:02 +0100, by Jonatan Werpers
-
Added abstract classes for some different types of grids. feature/gridsTue, 22 Dec 2015 11:59:55 +0100, by Jonatan Werpers
-
Added function to run all tests in a package. feature/gridsTue, 22 Dec 2015 11:49:43 +0100, by Jonatan Werpers
-
Moved Curves and Tis from package grid to package parametrization. feature/gridsMon, 21 Dec 2015 15:09:32 +0100, by Jonatan Werpers
-
Starting branch for adding abstract classes for grids, grid functions as well as implementing plotting and error calculation for these. feature/gridsMon, 21 Dec 2015 15:06:16 +0100, by Jonatan Werpers
-
Added function to save current figure position as default.Wed, 06 Apr 2016 10:08:59 +0200, by Jonatan Werpers
-
Added functions for printing and timing tasks in a script.Tue, 05 Apr 2016 11:26:04 +0200, by Jonatan Werpers
-
Fixed function name bug in calc_borrowing and added ordinary operators.Mon, 04 Apr 2016 18:34:12 +0200, by Jonatan Werpers
-
toString: Now allows 2d cell arrays of strings.Mon, 21 Mar 2016 16:27:19 +0100, by Jonatan Werpers
-
setup 1d plot: Removed setting of axislabels. Made time in title optional.Mon, 21 Mar 2016 16:23:24 +0100, by Jonatan Werpers
-
animate: Show the simulation time.Mon, 21 Mar 2016 16:19:48 +0100, by Jonatan Werpers
-
Added function to set alla font sizes of a figure. Added default dpi to savepng.Mon, 14 Mar 2016 13:52:37 +0100, by Jonatan Werpers
-
Removed ylim from setup1dPlot added some comments and fixed timestepper paramters.Mon, 29 Feb 2016 15:00:52 +0100, by Jonatan Werpers
-
Fixed path to some superclasses.Wed, 24 Feb 2016 15:03:19 +0100, by Jonatan Werpers
-
Added a settings file to checkSbplib()Tue, 23 Feb 2016 14:33:50 +0100, by Jonatan Werpers
-
Added script to check all the code in a directory.Tue, 23 Feb 2016 14:21:52 +0100, by Jonatan Werpers
-
Added a function to run all tests in a folder including all tests in subpackages.Tue, 23 Feb 2016 13:22:00 +0100, by Jonatan Werpers
-
Added forgotten setting of k.Tue, 09 Feb 2016 14:04:10 +0100, by Jonatan Werpers
-
Updated noname.calculateSolution to use the opt struct.Tue, 09 Feb 2016 13:27:38 +0100, by Jonatan Werpers
-
Added a function for printing the axes positions of a subplot grid.Mon, 08 Feb 2016 17:52:23 +0100, by Jonatan Werpers
-
Improved some comments in noname.animateMon, 08 Feb 2016 14:52:07 +0100, by Jonatan Werpers
-
Prepared for dynamic workload in animation.Fri, 05 Feb 2016 11:29:19 +0100, by Jonatan Werpers
-
Refactored +anim.animate to be more clear.Fri, 05 Feb 2016 10:49:16 +0100, by Jonatan Werpers
-
ReplaceableString: Added .appendFormat()Fri, 05 Feb 2016 09:43:34 +0100, by Jonatan Werpers
-
Added a class for replacable strings. Works with linebreaks.Thu, 04 Feb 2016 16:29:03 +0100, by Jonatan Werpers
-
Cleaned up the code for minors.Wed, 03 Feb 2016 17:41:46 +0100, by Jonatan Werpers
-
toString: added support for symbolic expressionsWed, 03 Feb 2016 17:41:19 +0100, by Jonatan Werpers
-
Added function for printing the minors of a matrix.Wed, 03 Feb 2016 16:56:05 +0100, by Jonatan Werpers
-
Changed evolve so that it always stops as close to tend as possible.Mon, 01 Feb 2016 17:08:19 +0100, by Jonatan Werpers
-
Fixed some class name, file name errors.Wed, 27 Jan 2016 17:37:23 +0100, by Jonatan Werpers
-
Added savepng.mWed, 23 Dec 2015 21:42:23 +0100, by Jonatan Werpers
-
Fixed spelling.Mon, 21 Dec 2015 12:19:35 +0100, by Jonatan Werpers
-
Added method for showing plotting samples in Color.Fri, 18 Dec 2015 11:28:53 +0100, by Jonatan Werpers
-
Removed setupMov method on DiscretizationFri, 18 Dec 2015 11:28:07 +0100, by Jonatan Werpers
-
Changed variable name to make it clear boundary penatlies are currently skipped.Fri, 18 Dec 2015 11:27:11 +0100, by Jonatan Werpers
-
I added remaining upwind operators.Tue, 15 Dec 2015 16:38:17 +0100, by Jonatan Werpers
-
Fixed bug and made more robust.Tue, 15 Dec 2015 16:38:02 +0100, by Jonatan Werpers
-
Corrected file permissions.Mon, 14 Dec 2015 19:15:01 +0100, by Jonatan Werpers
-
noname.testCfl: Improved relyability and clarity.Mon, 14 Dec 2015 19:09:03 +0100, by Jonatan Werpers
-
noname.benchmark: added deafult value to do_profile.Mon, 14 Dec 2015 19:07:36 +0100, by Jonatan Werpers
-
noname.animate: Updated documentation. Fixed bug with start time. Added pause before starting.Mon, 14 Dec 2015 18:57:02 +0100, by Jonatan Werpers
-
1d plot: Made it possible to have automatix axes.Fri, 11 Dec 2015 09:31:46 +0100, by Jonatan Werpers
-
Added ability to see every timestep.Wed, 09 Dec 2015 15:49:25 +0100, by Jonatan Werpers
-
Fixed some bugs regarding flowState determination.Wed, 09 Dec 2015 15:48:58 +0100, by 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 13:03:04 +0100, by Jonatan Werpers
-
Merged in feature/arclen-param (pull request #1)Tue, 08 Dec 2015 10:42:20 +0100, by Martin Almquist
-
Close branch feature/arclen-param feature/arclen-paramTue, 08 Dec 2015 10:42:20 +0100, by Martin Almquist
-
Added and changed some comments. Also my text editor removed a bunch of whitespace. feature/arclen-paramTue, 08 Dec 2015 09:50:39 +0100, by Jonatan Werpers
-
Added error checking for all methods that use the derivative gp. Removed that from the to do list. Updated some comments. feature/arclen-paramMon, 07 Dec 2015 18:51:41 +0100, by Martin Almquist
-
Splined in the other direction! Works great. Runs faster. Removed ugly fix outside [0,1] in spline(). Camelcased numerical_derivative(). feature/arclen-paramMon, 07 Dec 2015 18:46:59 +0100, by 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-paramMon, 07 Dec 2015 17:24:28 +0100, by Martin Almquist
-
Merged default into feature/arclen-param feature/arclen-paramMon, 07 Dec 2015 16:47:13 +0100, by Martin Almquist
-
Adapted testCfl to new opt style parameters in discrs.Fri, 04 Dec 2015 16:46:32 +0100, by Jonatan Werpers
-
Made char BC in euler more robust.Fri, 04 Dec 2015 16:35:30 +0100, by Jonatan Werpers
-
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-paramSun, 06 Dec 2015 15:41:42 +0100, by Martin Almquist
-
Removed arclength property. Constructor compatible again. Translation and rotation are fast now, but ti is slow. feature/arclen-paramSun, 06 Dec 2015 13:47:12 +0100, by Martin Almquist