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

Mesh Readers and writes #234

Open
HenningScheufler opened this issue Jan 11, 2025 · 1 comment
Open

Mesh Readers and writes #234

HenningScheufler opened this issue Jan 11, 2025 · 1 comment

Comments

@HenningScheufler
Copy link
Collaborator

Motivation

  • reading meshes or construct them memory is essential for tests
  • writing meshse to disc is an essential features

Possible Implementation

The simplest approach to implement this functionality would be to use the readers and writers of the VTK libary. This way we can also support to read different mesh formats including:

  • VTK native
  • CGNS
  • ...

a full list can be found here

@greole
Copy link
Contributor

greole commented Jan 11, 2025

@chihta-wang maybe something for you to help out

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

No branches or pull requests

2 participants