Skip to content

Commit fcd46e1

Browse files
committed
fix nb nodes warnings and regenerate refs
1 parent 78ac260 commit fcd46e1

12 files changed

Lines changed: 3 additions & 3 deletions

examples/3instruments_collis.scn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<EulerImplicitSolver rayleighStiffness="0.2" rayleighMass="0.1" printLog="false" />
7777
<BTDLinearSolver subpartSolve="0" verification="0" verbose="0"/>
7878
<RegularGridTopology name="meshLinesCombined"
79-
nx="180" ny="1" nz="1"
79+
nx="181" ny="1" nz="1"
8080
xmin="0.0" xmax="1.0"
8181
ymin="0" ymax="0"
8282
zmin="1" zmax="1"

examples/SingleBeamDeployment.scn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Node name="BeamModel">
2929
<EulerImplicitSolver rayleighStiffness="0.2" rayleighMass="0.1" printLog="false" />
3030
<BTDLinearSolver verbose="0"/>
31-
<RegularGridTopology name="MeshLines" nx="60" ny="1" nz="1"
31+
<RegularGridTopology name="MeshLines" nx="36" ny="1" nz="1"
3232
xmax="0.0" xmin="0.0" ymin="0" ymax="0" zmax="0" zmin="0"
3333
p0="0 0 0" drawEdges="1"/>
3434
<MechanicalObject template="Rigid3d" name="DOFs Container" ry="-90" />

examples/SingleBeamDeploymentCollision.scn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Node name="BeamModel">
4747
<EulerImplicitSolver rayleighStiffness="0.2" rayleighMass="0.1" printLog="false" />
4848
<BTDLinearSolver verbose="0"/>
49-
<RegularGridTopology name="MeshLines" nx="60" ny="1" nz="1"
49+
<RegularGridTopology name="MeshLines" nx="61" ny="1" nz="1"
5050
xmax="0.0" xmin="0.0" ymin="0" ymax="0" zmax="0" zmin="0"
5151
p0="0 0 0" drawEdges="1"/>
5252
<MechanicalObject template="Rigid3d" name="DOFs Container" ry="-90" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)