Skip to content

Commit

Permalink
add geometries for shell obstacle course
Browse files Browse the repository at this point in the history
  • Loading branch information
hverhelst committed Dec 29, 2023
1 parent 41a18a9 commit 07b8e2b
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 0 deletions.
106 changes: 106 additions & 0 deletions filedata/surfaces/pinched_cylinder.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@

<!-- <?xml version="1.0" encoding="UTF-8"?>
<xml>
<Geometry type="TensorBSpline2" id="0">
<Basis type="TensorBSplineBasis2">
<Basis type="BSplineBasis" index="0">
<KnotVector degree="1">0 0 1 1</KnotVector>
</Basis>
<Basis type="BSplineBasis" index="1">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
</Basis>
<coefs geoDim="3">
0 -300 0
300 -300 0
0 -300 300
300 -300 300
0 0 300
300 0 300
</coefs>
</Geometry>
</xml> -->



<?xml version="1.0" encoding="UTF-8"?>
<xml>
<Geometry type="TensorNurbs2" id="0">
<Basis type="TensorNurbsBasis2">
<Basis type="TensorBSplineBasis2">
<Basis type="BSplineBasis" index="0">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
<Basis type="BSplineBasis" index="1">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
</Basis>
<weights>1 1 1 0.70711 0.70711 0.70711 1 1 1</weights>
</Basis>
<coefs geoDim="3">
0 -300 0
150 -300 0
300 -300 0
0 -300 300
150 -300 300
300 -300 300
0 0 300
150 0 300
300 0 300
</coefs>
</Geometry>
</xml>




<!--
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<Geometry type="TensorBSpline2" id="0">
<Basis type="TensorBSplineBasis2">
<Basis type="BSplineBasis" index="0">
<KnotVector degree="1">0 0 1 1</KnotVector>
</Basis>
<Basis type="BSplineBasis" index="1">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
</Basis>
<coefs geoDim="3">
0 -300 0
600 -300 0
0 -300 300
600 -300 300
0 0 300
600 0 300
</coefs>
</Geometry>
</xml>
-->

<!--
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<Geometry type="TensorNurbs2" id="0">
<Basis type="TensorNurbsBasis2">
<Basis type="TensorBSplineBasis2">
<Basis type="BSplineBasis" index="0">
<KnotVector degree="1">0 0 1 1</KnotVector>
</Basis>
<Basis type="BSplineBasis" index="1">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
</Basis>
<weights>1 1 0.70711 0.70711 1 1</weights>
</Basis>
<coefs geoDim="3">
0 -300 0
600 -300 0
0 -300 300
600 -300 300
0 0 300
600 0 300
</coefs>
</Geometry>
</xml>
-->
55 changes: 55 additions & 0 deletions filedata/surfaces/quarter_hemisphere.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

<?xml version="1.0" encoding="UTF-8"?>
<xml>
<Geometry type="TensorNurbs2" id="0">
<Basis type="TensorNurbsBasis2">
<Basis type="TensorBSplineBasis2">
<Basis type="BSplineBasis" index="0">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
<Basis type="BSplineBasis" index="1">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
</Basis>
<weights>1 0.70711 1 0.70711 0.5 0.70711 1 0.70711 1</weights>
</Basis>
<coefs geoDim="3">
10 0 0
10 10 0
0 10 0
10 0 10
10 10 10
0 10 10
0 0 10
0 0 10
0 0 10
</coefs>
</Geometry>
</xml>


<!-- <?xml version="1.0" encoding="UTF-8"?>
<xml>
<Geometry type="TensorBSpline2" id="0">
<Basis type="TensorBSplineBasis2">
<Basis type="BSplineBasis" index="0">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
<Basis type="BSplineBasis" index="1">
<KnotVector degree="2">0 0 0 1 1 1</KnotVector>
</Basis>
</Basis>
<coefs geoDim="3">
10 0 0
10 10 0
0 10 0
10 0 10
10 10 10
0 10 10
0 0 10
0 0 10
0 0 10
</coefs>
</Geometry>
</xml> -->

0 comments on commit 07b8e2b

Please sign in to comment.