You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If BOVWriter gets an array member (or member-member, via selector or directly), then the written data is garbage. This can be seen in the appended Visit plots: The volume plot of the first component (stored and BOV-exported separately) is correct, the vector plot is not.
This can also be seen in the raw data contained in normal.0000.data. This file contains only 22 non-zero bytes.
Possibly related: The ASCII-Writer also writes garbage when processing array data.
Attached files (as single zip file. GitHub does not support uploading of source code as attachment….)
minimal code example to reproduce
makefile (change library paths as needed)
sample BOV and ascii output of step 0
Visit plot of first component and vector plot of all three components
If BOVWriter gets an array member (or member-member, via selector or directly), then the written data is garbage. This can be seen in the appended Visit plots: The volume plot of the first component (stored and BOV-exported separately) is correct, the vector plot is not.
This can also be seen in the raw data contained in normal.0000.data. This file contains only 22 non-zero bytes.
Possibly related: The ASCII-Writer also writes garbage when processing array data.
Attached files (as single zip file. GitHub does not support uploading of source code as attachment….)
BOVBug.zip
The text was updated successfully, but these errors were encountered: