Skip to content

Commit 79b88ac

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 48f4290 + e95f09e commit 79b88ac

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

kratos.gid/apps/Dam/xml/Elements.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
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-->
@@ -130,8 +130,8 @@
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-->

kratos.gid/scripts/Writing/Writing.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)