better have no support then untested support

This commit is contained in:
Martin Diehl 2020-01-26 08:17:25 +01:00
parent 3232e04171
commit 2100742a31
1 changed files with 12 additions and 15 deletions

View File

@ -561,26 +561,23 @@ subroutine inputRead_elemType(elem, &
select case (IO_lc(what)) select case (IO_lc(what))
case ( '6') case ( '6')
mapElemtype = 1 ! Two-dimensional Plane Strain Triangle mapElemtype = 1 ! Two-dimensional Plane Strain Triangle
case ( '155', & case ( '125') ! 155, 128 (need test)
'125', &
'128')
mapElemtype = 2 ! Two-dimensional Plane Strain triangle (155: cubic shape function, 125/128: second order isoparametric) mapElemtype = 2 ! Two-dimensional Plane Strain triangle (155: cubic shape function, 125/128: second order isoparametric)
case ( '11') !case ( '11') ! need test
mapElemtype = 3 ! Arbitrary Quadrilateral Plane-strain ! mapElemtype = 3 ! Arbitrary Quadrilateral Plane-strain
case ( '27') case ( '27')
mapElemtype = 4 ! Plane Strain, Eight-node Distorted Quadrilateral mapElemtype = 4 ! Plane Strain, Eight-node Distorted Quadrilateral
case ( '54') case ( '54')
mapElemtype = 5 ! Plane Strain, Eight-node Distorted Quadrilateral with reduced integration mapElemtype = 5 ! Plane Strain, Eight-node Distorted Quadrilateral with reduced integration
case ( '134') !case ( '134') ! need test
mapElemtype = 6 ! Three-dimensional Four-node Tetrahedron ! mapElemtype = 6 ! Three-dimensional Four-node Tetrahedron
case ( '157') !case ( '157') ! need test
mapElemtype = 7 ! Three-dimensional, Low-order, Tetrahedron, Herrmann Formulations ! mapElemtype = 7 ! Three-dimensional, Low-order, Tetrahedron, Herrmann Formulations
case ( '127') !case ( '127') ! need test
mapElemtype = 8 ! Three-dimensional Ten-node Tetrahedron ! mapElemtype = 8 ! Three-dimensional Ten-node Tetrahedron
case ( '136') !case ( '136') ! need test
mapElemtype = 9 ! Three-dimensional Arbitrarily Distorted Pentahedral ! mapElemtype = 9 ! Three-dimensional Arbitrarily Distorted Pentahedral
case ( '117', & case ( '117') ! 123 (need test)
'123')
mapElemtype = 10 ! Three-dimensional Arbitrarily Distorted linear hexahedral with reduced integration mapElemtype = 10 ! Three-dimensional Arbitrarily Distorted linear hexahedral with reduced integration
case ( '7') case ( '7')
mapElemtype = 11 ! Three-dimensional Arbitrarily Distorted Brick mapElemtype = 11 ! Three-dimensional Arbitrarily Distorted Brick