Skip to content

How to write a 2D, triangular unstructured mesh to disk using Silo #433

Closed Answered by markcmiller86
JStewart28 asked this question in Q&A
Discussion options

You must be logged in to vote

@JStewart28 you can find some examples of writing data in Silo's and VisIt's test suites.

You can find example data files produced by various of these test data generator codes in https://github.com/visit-dav/visit/blob/develop/data/silo_pdb_test_data.tar.xz.

One thing...Silo does not support writing data that is in GPU memory...at least I don't think. I think the data needs to be copied back to CPU memory before you can write a file to disk from Silo.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JustinPrivitera
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants