3D plot of Athena++ HDF5 file in julia #725
raman-maker
started this conversation in
Show and tell
Replies: 2 comments 3 replies
|
I guess I can use this as an excuse to knowing run a Julia code for the first time. Although, I have higher priorities for the time being. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@felker I have written a code in Julia that can get 3D plot for the cases where even ParaView and Visit fails. See attached plots that i obtained for this Athena++ simulation data.
To get plot for particular range of x, y and z coordinates you can set them manually in code line 48.
xmin, xmax, ymin, ymax, zmin, zmax = -35, 35, -35, 35, -35, 35
All reactions