-
Notifications
You must be signed in to change notification settings - Fork 124
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
Face-centered outputs are missing last entry #24
Comments
I was aware this but I did not change it intentionally. If we want to implement this, I guess the XDMF file must be modified to indicate it is a face-centered variable. |
Is this still the case, @tomidakn ? |
Yes. I have not changed it. Actually, if we want to implement this, we should do it thoroughly so that VisIt (and other visualization software) can interpret those data points as face-centered, not volume-centered. |
@tomidakn, how complicated would it be to make the change suitable for VisIt? |
To be honest I do not know, and I am sorry but I do not want to spend too much time on VisIt. I'd appreciate if someone who really needs this feature could take care of it. Please take a look at the VisIt documentation. |
😆 I understand not wanting to spend too much time on VisIt. I could take a look. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The HDF5 output supports the face-centered fields, however it only writes
nx3 * nx2 * nx1
values, rather than, e.g.,nx3 * nx2 * (nx1+1)
in the case of x1-faces.The text was updated successfully, but these errors were encountered: