now also works for 2D quadratic triangular element type 125
This commit is contained in:
parent
4d0fefd231
commit
e4cbdc5743
|
@ -268,6 +268,9 @@ def ipCoords(elemType, nodalCoordinates):
|
||||||
[ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
|
[ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
|
||||||
[ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
|
[ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
|
||||||
[ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] ],
|
[ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] ],
|
||||||
|
125: [ [ 3.0, 0.0, 0.0, 4.0, 1.0, 4.0],
|
||||||
|
[ 0.0, 3.0, 0.0, 4.0, 4.0, 1.0],
|
||||||
|
[ 0.0, 0.0, 3.0, 1.0, 4.0, 4.0],],
|
||||||
136: [ [42.0, 15.0, 15.0, 14.0, 5.0, 5.0],
|
136: [ [42.0, 15.0, 15.0, 14.0, 5.0, 5.0],
|
||||||
[15.0, 42.0, 15.0, 5.0, 14.0, 5.0],
|
[15.0, 42.0, 15.0, 5.0, 14.0, 5.0],
|
||||||
[15.0, 15.0, 42.0, 5.0, 5.0, 14.0],
|
[15.0, 15.0, 42.0, 5.0, 5.0, 14.0],
|
||||||
|
|
Loading…
Reference in New Issue