-
Hi all,
The code works fine, but for larger meshes it suffers greatly, so I am looking for a more efficient way to create an array to store the volumes of the elements. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @derne058 |
Beta Was this translation helpful? Give feedback.
Hi @derne058
See the MAPDL help on the *VGET command; it can retrieve the element volume for all elements at once. Then see the *VSCFUN command which can be used to find the properties of a MAPDL array parameter. One property is the sum of the values. Should be much faster than looping a *GET.
Mike