I am trying to get the maximum values of elastic strain energy stored in one of a table (etable and also in an array using "* get", but I can't get the correct sequence of codes.
I was able to solve the problem by using the * vscfun function that makes it possible to extract various information contained in a vector. I used the command as follows:
* vscfun, AfiMin, min, ALFi (1.4)
In this way, I stored in AfiMin the min value of column 4 of the ALFi matrix.
I am now looking for examples of applications of * math functions. I realized that they make mathematical calculation processing much faster. The examples I got are very complex.