-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add support for discontinuous tecplot output #355
base: master
Are you sure you want to change the base?
Conversation
For the discontinuous mode, it looks like some of the element values are getting assigned to the wrong elements. I managed to reproduce the issue on a tacs example case. The error appears to have to do with the number of procs used to run the model when the f5 file is generated. Heres what the discrete output looks like when running the example in serial (i.e. And heres what it looks like when running on 8 procs (i.e. |
--discontinuous
command line argument, in which case nodes are duplicated so that element data is plotted as it is written out by TACS, rather than averaging values at nodes which leads to unphysical looking results for shells and beams etc. Some examples are shown below.f5convert
helper script