File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393
9494 <!-- here we could add a list of all of the possible geometries-->
9595 <TopologyFeatures >
96- <item GeometryType =" Prism" nodes =" 6" KratosName =" SmallDisplacementInterfaceElement3D6N" />
97- <item GeometryType =" Hexahedra" nodes =" 8" KratosName =" SmallDisplacementInterfaceElement3D8N" />
96+ <item GeometryType =" Prism" nodes =" 6" KratosName =" SmallDisplacementInterfaceElement3D6N" />
97+ <item GeometryType =" Hexahedra" nodes =" 8" KratosName =" SmallDisplacementInterfaceElement3D8N" />
9898 </TopologyFeatures >
9999
100100 <!-- here we add the block of features which we require from the constitutive law-->
130130
131131 <!-- here we could add a list of all of the possible geometries-->
132132 <TopologyFeatures >
133- <item GeometryType =" Prism" nodes =" 6" KratosName =" SmallDisplacementInterfaceElement3D6N" />
134- <item GeometryType =" Hexahedra" nodes =" 8" KratosName =" SmallDisplacementInterfaceElement3D8N" />
133+ <item GeometryType =" Prism" nodes =" 6" KratosName =" SmallDisplacementInterfaceElement3D6N" />
134+ <item GeometryType =" Hexahedra" nodes =" 8" KratosName =" SmallDisplacementInterfaceElement3D8N" />
135135 </TopologyFeatures >
136136
137137 <!-- here we add the block of features which we require from the constitutive law-->
Original file line number Diff line number Diff line change @@ -365,9 +365,9 @@ proc write::getEtype {ov group} {
365365 if {[GiD_EntitiesGroups get $group elements -count -element_type Prism]} {
366366 if {$b } {error " Multiple element types in $group over $ov " }
367367 switch $isquadratic {
368- 0 { set ret [list " Hexahedra " 6] }
369- 1 { set ret [list " Hexahedra " 1] }
370- 2 { set ret [list " Hexahedra " 27] }
368+ 0 { set ret [list " Prism " 6] }
369+ 1 { set ret [list " Prism " 1] }
370+ 2 { set ret [list " Prism " 27] }
371371 }
372372 set b 1
373373 }
You can’t perform that action at this time.
0 commit comments