Skip to content

Commit 58d45ce

Browse files
committed
moved cell functionality from ElementRegionBase to CellElementRegion
1 parent 10bc6ac commit 58d45ce

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

pygeos_package/pygeos/tests/source_xml/basic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</Events>
9595

9696
<ElementRegions>
97-
<ElementRegion name="Region" elementtype="poly" >
97+
<CellElementRegion name="Region" elementtype="poly" >
9898
<LinearElasticMaterial ShearModulus="4.16667e9" Density="200000" BulkModulus="5.5556e9" />
9999
</ElementRegion>
100100
</ElementRegions>

pygeos_package/pygeos/tests/source_xml/includes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
<ElementRegions>
33-
<ElementRegion name="Region" elementtype="poly" >
33+
<CellElementRegion name="Region" elementtype="poly" >
3434
<LinearElasticMaterial ShearModulus="4.16667e9" Density="200000" BulkModulus="5.5556e9" />
3535
</ElementRegion>
3636
</ElementRegions>

pygeos_package/pygeos/tests/source_xml/symbolic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123

124124
<ElementRegions>
125-
<ElementRegion elementtype="poly" name="Region">
125+
<CellElementRegion elementtype="poly" name="Region">
126126
<LinearElasticMaterial BulkModulus="5.5556e9" Density="200000" ShearModulus="4.16667e9"/>
127127
</ElementRegion>
128128
</ElementRegions>

pygeos_package/pygeos/tests/target_xml/raw_basic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PeriodicEvent name="outputs" timeFrequency="0.1" targetExactTimestep="1" target="/Outputs/siloOutput"/>
2929
</Events>
3030
<ElementRegions>
31-
<ElementRegion name="Region" elementtype="poly">
31+
<CellElementRegion name="Region" elementtype="poly">
3232
<LinearElasticMaterial ShearModulus="4.16667e9" Density="200000" BulkModulus="5.5556e9"/>
3333
</ElementRegion>
3434
</ElementRegions>

pygeos_package/pygeos/tests/target_xml/raw_includes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</Solvers>
2525
<Mesh xcoords="0 40" ycoords="-10 10" zcoords="-10 10" nx="20" ny="10" nz="10" elementType="C3D8" regionNames="Region" trianglePattern="0" skewAngle="0"/>
2626
<ElementRegions>
27-
<ElementRegion name="Region" elementtype="poly">
27+
<CellElementRegion name="Region" elementtype="poly">
2828
<LinearElasticMaterial ShearModulus="4.16667e9" Density="200000" BulkModulus="5.5556e9"/>
2929
</ElementRegion>
3030
</ElementRegions>

pygeos_package/pygeos/tests/target_xml/raw_symbolic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PeriodicEvent name="outputs" timeFrequency="20.0" targetExactTimestep="1" target="/Outputs/siloOutput"/>
4040
</Events>
4141
<ElementRegions>
42-
<ElementRegion elementtype="poly" name="Region">
42+
<CellElementRegion elementtype="poly" name="Region">
4343
<LinearElasticMaterial BulkModulus="5.5556e9" Density="200000" ShearModulus="4.16667e9"/>
4444
</ElementRegion>
4545
</ElementRegions>

pygeos_package/pygeos/tests/target_xml/target_basic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Mesh xcoords="0 40" ycoords="-10 10" zcoords="-10 10" nx="20" ny="10" nz="10" elementType="C3D8" regionNames="Region" trianglePattern="0" skewAngle="0"/>
2525
<!-- -->
2626
<ElementRegions>
27-
<ElementRegion name="Region" elementtype="poly">
27+
<CellElementRegion name="Region" elementtype="poly">
2828
<LinearElasticMaterial ShearModulus="4.16667e9" Density="200000" BulkModulus="5.5556e9"/>
2929
</ElementRegion>
3030
</ElementRegions>

pygeos_package/pygeos/tests/target_xml/target_includes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Mesh xcoords="0 40" ycoords="-10 10" zcoords="-10 10" nx="20" ny="10" nz="10" elementType="C3D8" regionNames="Region" trianglePattern="0" skewAngle="0"/>
1919
<!-- -->
2020
<ElementRegions>
21-
<ElementRegion name="Region" elementtype="poly">
21+
<CellElementRegion name="Region" elementtype="poly">
2222
<LinearElasticMaterial ShearModulus="4.16667e9" Density="200000" BulkModulus="5.5556e9"/>
2323
</ElementRegion>
2424
</ElementRegions>

pygeos_package/pygeos/tests/target_xml/target_symbolic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Mesh elementType="C3D6" xcoords="2000.0 2250.0 2404.1 3595.9 3750.0 4000.0" ycoords="-1000.0 -750.0 -500 500 750.0 1000.0" zcoords="-1000.0 -750.0 -500 500 750.0 1000.0" nx="1 2 20 2 1 " ny="1 2 20 2 1" nz="1 2 20 2 1" regionNames="Region" trianglePattern="0"/>
1414
<!-- -->
1515
<ElementRegions>
16-
<ElementRegion elementtype="poly" name="Region">
16+
<CellElementRegion elementtype="poly" name="Region">
1717
<LinearElasticMaterial BulkModulus="5.5556e9" Density="200000" ShearModulus="4.16667e9"/>
1818
</ElementRegion>
1919
</ElementRegions>

0 commit comments

Comments
 (0)