SINTEF / Splipy

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

IFEM SplineModel output #118

Closed TheBB closed 3 years ago

TheBB commented 4 years ago

Like a phoenix from the ashes of #7.

This one is not marked WIP because I just used it on the bridge and it worked with minor changes.

TheBB commented 4 years ago

Fixed CI failure and rebased on #119.

TheBB commented 4 years ago

Apparently lxml is a little tricky to get on Windows. It's a wrapper around libxml so that's understandable. Changed to use manual XML generation. (Python has an xml module but it doesn't do pretty printing.)

VikingScientist commented 4 years ago

What happens if you try and dump a model which is not right-handed? I.e. with negative Jacobian.

Missing unit test

Merge conflicts.

TheBB commented 3 years ago

Added tests, copied from IFEM thanks to @akva2. This includes left-handed patches, so everything should work as expected.

TheBB commented 3 years ago

@VikingScientist this is ready