dldhdz
Mechanical
- Jun 1, 2004
- 15
I have been trying to reproduce element matrix for 4-node plain strain element. I used isoparametic element, Gauss_Legend integration in Matlab.
Unfortunately, I found the element matrix could not match what I extracted from ABAQUS. Actually, the diagonal vaules looked bigger than corresponding ABAQUS values.
I'm confident on my Matlab code, the calculation follow the same routine as in any standard text book. Say,
Ke=sum(B'DB*det|J|*weight(i)*weight(j))*t.
Can anyone tell me what integration scheme used in ABAQUS for 2D 4 nodes elements? Or where the discrepancy come from?
Or how to debug the code?
Thanks in advance!