LHEEA / meshmagick

A command line tool and a python package to manipulate hydrodynamics meshes
GNU General Public License v3.0
46 stars 27 forks source link

Faster load_GDF function alternative #34

Open ckesanapalli opened 1 year ago

ckesanapalli commented 1 year ago

I created a new GDF function load_GDF_compressed that loads GDF files 4 times faster than the current load_GDF function.

In addition to that, I also added the WAMIT parameter such ulen, grav, isx, isy as kwargs of write_GDF which can be assigned when creating a .gdf file.