mountaindust / Planktos

ABM framework for dispersal modeling
https://planktos.readthedocs.io
GNU General Public License v3.0
5 stars 3 forks source link

Cleanup vtk readers #55

Open mountaindust opened 1 year ago

mountaindust commented 1 year ago

Rename read_IBAMR3d_vtk_dataset to read_3d_vtk_dataset, since it is not IBAMR exclusive. Explore if vtu data can be read using the python vtk library and if so, re-implement and potentially merge calling functions to read_3d_vtk_vtu_dataset.