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.
|