KikeM / romtime

Unsteady Finite Element Reduced Order Model for Time Moving Domains
1 stars 1 forks source link

ENH : Store HROM in pickle #8

Closed KikeM closed 3 years ago

KikeM commented 3 years ago

We can't, because some dolfin structures cannot be pickled.

An alternative is to pickle the numpy arrays which conform the reduced and collateral basis.

I will first get some results and then think about this.