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

Binary Gismo IO #227

Closed jzwar closed 1 year ago

jzwar commented 1 year ago

Overview

This feature provides binary io for gismo files, which is important, as tiny changes can already affect the overall structural sensitivity.

Addressed issues

Showcase

import splinepy
box = splinepy.helpme.create.box(10,10,20).nurbs
box_mp = splinepy.Multipatch([box])
splinepy.io.gismo.export(box_mp, as_binary=True)

Checklists

jzwar commented 1 year ago

thanks! any idea when this will be available from gismo?

I hope very soon!