clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 47 forks source link

Experiment with other vis packages #177

Open rjleveque opened 8 years ago

rjleveque commented 8 years ago

Several people have been experimenting with plotting Clawpack output using other packages, so we started a dev directory containing subdirectories for each package. Currently these are only on the dev_other_vis_packages branch, see https://github.com/clawpack/visclaw/tree/dev_other_vis_packages/dev.

If you want to contribute to what is here, please create your own branch dev_other_vis_packages on your fork, push changes to your fork, and do a pull request from there to the clawpack/visclaw/tree/dev_other_vis_packages branch.

ketch commented 5 years ago

Specifically, there are useful bits of code in the linked branch for using yt and paraview. Looks like not much has been done regarding mayavi and visit.

ketch commented 5 years ago

I have a more up-to-date yt example (works with version 3.5.0 of yt) here:

https://github.com/ketch/griddle/blob/master/griddle_plotting_examples.ipynb

It's at the very bottom of the notebook.