-
Notifications
You must be signed in to change notification settings - Fork 65
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
specset::to_silo rewrite #1347
specset::to_silo rewrite #1347
Conversation
// material map and the final zone is mixed and contains that material, | ||
// then we can get an index that is out of bounds. This is ok because | ||
// downstream tools like VisIt read based on the number of species, so | ||
// even though the index is garbage it goes unused. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add to comment that Silo requires a slot for this data because the buffer indexing needs be consistent with the material indices? (Is that the right way to say it?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note included below
handle the case where not all materials have species, use some silo optimizations, tests for many strange cases.