visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
435 stars 114 forks source link

How to Filter / Control Visibility of Nodes Based on their result values #19615

Closed vikramroybarc closed 4 months ago

vikramroybarc commented 4 months ago

Hi Visit Team and Visit User Community,

I recently started using VISIT software for postprocessing of Paradis Dislocation Dynamics Results.

I want some help regarding thedisplay of result in visit.

Screenshot from 2024-06-20 12-39-26

In the screenshot shown above, shows the Paradis VISIT output result, with velocity_mag is plotted at nodes.

I want to hide all those nodes having velocity less than a particular value (say 1e9 b/s)

But I unable to figure out how to control the visibility of nodes based on their result.

Kindly reply regarding the same.

Thankyou

JustinPrivitera commented 4 months ago

I would try using the threshold operator: https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/using_visit/Operators/OperatorTypes/Threshold_operator.html

vikramroybarc commented 4 months ago

Thank you Justin for your help. It did the work

JustinPrivitera commented 4 months ago

Glad I could help!