-
Notifications
You must be signed in to change notification settings - Fork 33
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
Formats for AMR dataset? #77
Comments
As a reference, this is an example in C++ for writing a 2D AMR dataset. I have found some interesting stuff. In ParaView 5.9, there is a AMR GaussianPulse Source which allows you to generate a sample AMR data. Here I create a 2D pulse. This can then be stored in this
Each linked
This indicates that in principle we can generate AMR dataset once we understand how those |
Hello,
Do you know if it is possible to generate any AMR-based VTK file formats? The data I have is organized in a block-based AMR format, but I have little knowledge of how VTK handles AMR datasets. It would be great if there exists a proper format already and I can convert to that.
The text was updated successfully, but these errors were encountered: