Hello everyone,
I'm using ABAQUS to calculate some variables, which I use to run my topology optimization. I finally have a vector of element densities. I have the Connectivity Matrix, and the Coordinates of every node on Matlab (and I could get other data).
I want to Plot the 3D results (density of every element) in Matlab.
Now, I can transition from an element-wise density to a node-wise density (by performing a weighted average based on the volume of the element, but I would like to plot directly the element-wise results).
Reassuming: I need to obtain a colored mesh where each element has a color based on its density.
Thanks