Isolating Solid Mesh Elements and Displaying Gauss Points in Post-Processor

Post Reply
lucadanesi96
Posts: 1
Joined: Thu Jun 26, 2025 6:48 am

Isolating Solid Mesh Elements and Displaying Gauss Points in Post-Processor

Post by lucadanesi96 » Thu Jun 26, 2025 7:15 am

Hello everyone,

I'm currently working with a finite element model and I have a question regarding post-processing. Specifically, I would like to know if it's possible to isolate individual solid elements generated from the mesh, for example, in order to extract their Gauss points. At the moment, I can see the meshed solid in the post-processor, but I'm unable to select individual mesh elements for further inspection.

This step would be useful for me to evaluate the stress state in specific sections of the model.

Additionally, is there a way to display the names or IDs of the Gauss points within each element, so that I can later reference them during the data processing phase?

Has anyone encountered this need before or can suggest a method or function to achieve this?

Thanks in advance!
Attachments
Cube.scd.zip
(172.3 KiB) Downloaded 147 times
1.png
1.png (317.33 KiB) Viewed 4364 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Isolating Solid Mesh Elements and Displaying Gauss Points in Post-Processor

Post by STKO Team » Wed Jul 09, 2025 12:31 pm

I'm currently working with a finite element model and I have a question regarding post-processing. Specifically, I would like to know if it's possible to isolate individual solid elements generated from the mesh, for example, in order to extract their Gauss points. At the moment, I can see the meshed solid in the post-processor, but I'm unable to select individual mesh elements for further inspection.
In a Gauss Point Plot, you can select a Gauss point, and using the "Show" command (the toolbutton on top of the graphic window) you can show only the elements with the selected gauss points.
Additionally, is there a way to display the names or IDs of the Gauss points within each element, so that I can later reference them during the data processing phase?
Not using labels, but if you use the extract-chart-data command, you will see the ID of the element and gauss point while you select them

Post Reply