tataratat / splinepy

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

gismo para_dim==1 export keyword #338

Open j042 opened 7 months ago

j042 commented 7 months ago

For P1D splines, current gismo export uses

<Geometry type="TensorBSpline1">
<Basis type="TensorBSplineBasis1">
...

gismo couldn't read this. I think the correct keyword for P1D splines are BSpline and BSplineBasis. See here.

jzwar commented 7 months ago

Did changing BsplineBasis to BSpline fix the issue? Then I will change the output accordingly

j042 commented 7 months ago

yes

j042 commented 1 month ago

@markriegler