scientificcomputing / scifem

Scientific finite element toolbox
https://scientificcomputing.github.io/scifem/
MIT License
15 stars 2 forks source link

Add support for temporal point clouds #63

Closed finsberg closed 1 week ago

finsberg commented 1 week ago

Adress https://github.com/scientificcomputing/scifem/issues/58

In my opinion we could remove the old code for writing point clouds and just use this instead. If so, we might want to add a deprecation warning.

Current only writing is possible, but I think we could add support for read and append in the future.

finsberg commented 1 week ago

Still need to implement "append" method but I think this could be a "Good first issue" for new contributors