Mercurial > repos > public > sbplib
graph
-
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