log

age author description
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.