log +parametrization/dataSpline.m @ 1343:09a5783a3d37 feature/D2_boundary_opt

age author description
Thu, 10 Mar 2022 16:54:26 +0100 Vidar Stiernström Merge with feature/poroelastic for Elastic schemes feature/D2_boundary_opt
Sat, 11 May 2019 19:19:09 -0700 Martin Almquist Copy dataSpline() from feature/laplace_curvilinear_test feature/poroelastic
Tue, 09 Apr 2019 09:50:44 -0700 Martin Almquist Bugfix Curve.arcLengthParametrization() by using linear interpolation instead of higher-order spline for parameter as a funciton of arclength. Generalize dataSpline() to curves in higher dimensions. feature/dataspline
Fri, 05 Apr 2019 13:15:45 -0700 Martin Almquist Remove some comments in dataSpline() feature/dataspline
Fri, 05 Apr 2019 13:14:29 -0700 Martin Almquist Bugfix in dataSpline(), reparameterize with parameter from 0 to 1 before using Curve. feature/dataspline
Fri, 05 Apr 2019 10:17:04 +0200 Jonatan Werpers Rewrite dataSpline() avoiding the spline function in Curve and using fnder for the differentiation feature/dataspline
Thu, 04 Apr 2019 17:57:24 -0700 Martin Almquist Add function parametrization/dataSpline which accepts data points and returns a Curve object consisting of a spline interpolant with the arclength parametrization. feature/dataspline