Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the low level methods one can hook up with to read more formats? #82

Open
recaeadmin opened this issue Dec 9, 2024 · 1 comment

Comments

@recaeadmin
Copy link

Hi @j-fu,

How would one go and read VTU files for instance? Can we hook a reader from another library and enter via some low-level method in your library?

@recaeadmin recaeadmin changed the title What are the low level methods one can hook up with to read more formats What are the low level methods one can hook up with to read more formats? Dec 10, 2024
@j-fu
Copy link
Member

j-fu commented Dec 12, 2024

It should be not too hard to write corresponding package extensions.

There is MeshIO.jl which returns GeometryBasics.Mesh resp. GeometryBasics.MetaMesh.
Similar for ReadVTK.jl . Howewer, it would require some ideas how to handle data which don't fit straightforwardly into the scheme of ExtendableGrid.

It would be good to start with a concrete use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants