Skip to content

Commit

Permalink
remove warnings and add as a regression
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored and fredroy committed Oct 2, 2024
1 parent 5f0a79d commit 45dac5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Component/ODESolver/Forward/RungeKutta4Solver.scn
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<Node name="DeformableObject">
<RungeKutta4Solver name="odeExplicitSolver" />
<SparseLDLSolver iterations="100" tolerance="1e-5" threshold="1e-5"/>
<SparseLDLSolver template="CompressedRowSparseMatrixMat3x3d"/>
<MeshGmshLoader name="loader" filename="mesh/truthcylinder1.msh" />
<MeshTopology src="@loader" />
<MechanicalObject src="@loader" />
Expand Down
1 change: 1 addition & 0 deletions examples/RegressionStateScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Component/Mass/MeshMatrixMass.scn 100 1e-4 0 1
Component/MechanicalLoad/InteractionEllipsoidForceField.scn 100 1e-4 0 1
Component/ODESolver/Forward/EulerExplicitSolver.scn 3000 1e-4 0 1
Component/ODESolver/Forward/EulerExplicitSolver_diagonal.scn 3000 1e-4 0 1
Component/ODESolver/Forward/RungeKutta4Solver.scn 3000 1e-4 0 1
Component/ODESolver/Backward/EulerImplicitSolver.scn 3000 1e-4 0 1
Component/SolidMechanics/FEM/BeamFEMForceField.scn 100 1e-4 0 1
Component/SolidMechanics/FEM/HexahedronFEMForceField.scn 300 1e-4 0 1
Expand Down

0 comments on commit 45dac5f

Please sign in to comment.