From dfc951dfd91c977f9ad0d3ff487c6b272152f1b1 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Wed, 10 Dec 2025 14:30:56 +0100 Subject: [PATCH] Apply name changing on code and examples --- .../python3/component/BeamProjectionDifferenceMultiMapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python3/component/BeamProjectionDifferenceMultiMapping.py b/examples/python3/component/BeamProjectionDifferenceMultiMapping.py index 1e7c829c8..ea9f271a3 100644 --- a/examples/python3/component/BeamProjectionDifferenceMultiMapping.py +++ b/examples/python3/component/BeamProjectionDifferenceMultiMapping.py @@ -20,7 +20,7 @@ def createScene(rootnode): rootnode.dt.value = 0.01 rootnode.addObject('FreeMotionAnimationLoop') - rootnode.addObject('ProjectedGaussSeidelConstraintSolver', maxIterations=1000, tolerance=1e-3) + rootnode.addObject('BlockGaussSeidelConstraintSolver', maxIterations=1000, tolerance=1e-3) simulation = rootnode.addChild('Simulation') simulation.addObject('EulerImplicitSolver')