-
Hi, this is a long shoot but is it possible to use Neper to generate, say, a 32x32x32 matrix containing the von Mises stress value at each corresponding location? Basically to output the results as if the structure is mapped to have 32x32x32 cubic meshes. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We plan to support this in -S, but, for now, you'll have to write the list of points as a point/position file, load the file in |
Beta Was this translation helpful? Give feedback.
We plan to support this in -S, but, for now, you'll have to write the list of points as a point/position file, load the file in
-M
using -loadpoint, and ask for the elements to which they belong using -statpoint elt. From the list of elements, you can easily determine the point values.