leonhard-s / Py2DM

A Python module for reading and writing SMS 2DM mesh files.
MIT License
9 stars 0 forks source link

Update file handling strategy #2

Open leonhard-s opened 3 years ago

leonhard-s commented 3 years ago

The current file handling classes need improvement, particularly with regards to memory usage for large files.

This issue is more of a notepad to draft out the rewritten version before any code is touched.

Problems

Mesh Reading

Mesh Writing

Considerations