tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
47 stars 13 forks source link

fix #198 #201

Closed j042 closed 1 year ago

j042 commented 1 year ago

Overview

Note

This again depends on the assumption that multi patch will never have inplace changes. Some ways to enforce this is to:

  1. always return shallow copy of multipatch.patches
  2. add "freeze" option to splines.
  3. maybe, maybe, revive splinelist and use pybind's smart_holder

Addressed issues