Skip to content
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

sig_out_per_node() #48

Open
avciyasar opened this issue Aug 19, 2023 · 0 comments
Open

sig_out_per_node() #48

avciyasar opened this issue Aug 19, 2023 · 0 comments

Comments

@avciyasar
Copy link

Hello everyone;
I want to show stress some quad elements. sig_out_per_node() takes account all elements. But I want to take just some elements.
For example:
In opsvis web site, there is an example "Plot stress distribution of a plane stress quad model" . There are 25 node and 16 element in this example. sxx, syy or sxy values are seen in figures for all 16 elements. But I want to just upper two rows, the most critical elements (elements:3,7,11,15; 4,8,12,16 )

Can I do this like bellow?
ele_tags=[3,7,11,15, 4,8,12,16]
sig_out_per_node(ele_tags )

Thanks for your atentions.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant