SINTEF / Splipy

Spline modelling made easy.
GNU General Public License v3.0
100 stars 18 forks source link

Implemented explicit version of raise_order for open knot vectors (issue #14) #108

Closed Zetison closed 4 years ago

Zetison commented 4 years ago

To fully resolve issue #14 the case of non-open knot vectors should be addressed.

TheBB commented 4 years ago

Is it possible to move the 1D function outside somewhere? (In a util module perhaps.)

I'm not against small nested functions but this one is too big.

VikingScientist commented 4 years ago

This is great. All tests passed.