martmachado
Materials
- Nov 10, 2010
- 9
Hi,
I'm writing an UMAT and I need to have simultaneously the coordinates of my 4 integration points so I can compute the "shear angle". The problem is that (maybe I'm wrong with this) UMAT is called again for each integration point at each iteration so the variable COORD is updated to the current integration point.
The only solution I could come up with is to save the coordinates in files and then read them when needed. Although I haven't tried this yet, I'm afraid that writing and reading files might take some time, especially in large models.
I was wondering if somebody already had this problem. Any comments are helpful! Thanks in advance!
Martín.-
I'm writing an UMAT and I need to have simultaneously the coordinates of my 4 integration points so I can compute the "shear angle". The problem is that (maybe I'm wrong with this) UMAT is called again for each integration point at each iteration so the variable COORD is updated to the current integration point.
The only solution I could come up with is to save the coordinates in files and then read them when needed. Although I haven't tried this yet, I'm afraid that writing and reading files might take some time, especially in large models.
I was wondering if somebody already had this problem. Any comments are helpful! Thanks in advance!
Martín.-