File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 'Sofa.Component.LinearSolver.Direct' ,
1919 'Sofa.Component.Mapping.Linear' ,
2020 'Sofa.Component.Mass' ,
21- 'Sofa.Component.ODESolver .Backward' ,
21+ 'Sofa.Component.IntegrationSchemes .Backward' ,
2222 'Sofa.Component.SolidMechanics.FEM.Elastic' ,
2323 'Sofa.Component.StateContainer' ,
2424 'Sofa.Component.Topology.Container.Constant' ,
Original file line number Diff line number Diff line change 2323 'Sofa.Component.LinearSolver.Direct' , # Needed to use components [SparseLDLSolver]
2424 'Sofa.Component.Mapping.Linear' , # Needed to use components [BarycentricMapping]
2525 'Sofa.Component.Mass' , # Needed to use components [UniformMass]
26- 'Sofa.Component.ODESolver .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
26+ 'Sofa.Component.IntegrationSchemes .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
2727 'Sofa.Component.SolidMechanics.FEM.Elastic' , # Needed to use components [TetrahedronFEMForceField]
2828 'Sofa.Component.SolidMechanics.Spring' , # Needed to use components [RestShapeSpringsForceField]
2929 'Sofa.Component.StateContainer' , # Needed to use components [MechanicalObject]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def createScene(rootNode):
1414 rootNode.addObject('RequiredPlugin', name='Sofa.Component.LinearSolver.Direct') # Needed to use components [SparseLDLSolver]
1515 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Mapping.Linear') # Needed to use components [BarycentricMapping]
1616 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Mass') # Needed to use components [UniformMass]
17- rootNode.addObject('RequiredPlugin', name='Sofa.Component.ODESolver .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
17+ rootNode.addObject('RequiredPlugin', name='Sofa.Component.IntegrationSchemes .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
1818 rootNode.addObject('RequiredPlugin', name='Sofa.Component.SolidMechanics.FEM.HyperElastic') # Needed to use components [TetrahedronHyperelasticityFEMForceField]
1919 rootNode.addObject('RequiredPlugin', name='Sofa.Component.SolidMechanics.Spring') # Needed to use components [RestShapeSpringsForceField]
2020 rootNode.addObject('RequiredPlugin', name='Sofa.Component.StateContainer') # Needed to use components [MechanicalObject]
Original file line number Diff line number Diff line change 1717 'Sofa.Component.LinearSolver.Direct' , # Needed to use components [SparseLDLSolver]
1818 'Sofa.Component.Mapping.Linear' , # Needed to use components [BarycentricMapping]
1919 'Sofa.Component.Mass' , # Needed to use components [UniformMass]
20- 'Sofa.Component.ODESolver .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
20+ 'Sofa.Component.IntegrationSchemes .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
2121 'Sofa.Component.SolidMechanics.FEM.Elastic' , # Needed to use components [TetrahedronFEMForceField]
2222 'Sofa.Component.SolidMechanics.Spring' , # Needed to use components [RestShapeSpringsForceField]
2323 'Sofa.Component.StateContainer' , # Needed to use components [MechanicalObject]
Original file line number Diff line number Diff line change 1717 'Sofa.Component.LinearSolver.Direct' , # Needed to use components [SparseLDLSolver]
1818 'Sofa.Component.Mapping.Linear' , # Needed to use components [BarycentricMapping]
1919 'Sofa.Component.Mass' , # Needed to use components [UniformMass]
20- 'Sofa.Component.ODESolver .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
20+ 'Sofa.Component.IntegrationSchemes .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
2121 'Sofa.Component.SolidMechanics.FEM.Elastic' , # Needed to use components [TetrahedronFEMForceField]
2222 'Sofa.Component.SolidMechanics.Spring' , # Needed to use components [RestShapeSpringsForceField]
2323 'Sofa.Component.StateContainer' , # Needed to use components [MechanicalObject]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def createScene(rootNode):
1515 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Collision.Detection.Intersection') # Needed to use components [LocalMinDistance]
1616 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Collision.Response.Contact') # Needed to use components [CollisionResponse]
1717 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Constraint.Lagrangian.Solver') # Needed to use components [GenericConstraintSolver]
18- rootNode.addObject('RequiredPlugin', name='Sofa.Component.ODESolver .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
18+ rootNode.addObject('RequiredPlugin', name='Sofa.Component.IntegrationSchemes .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
1919 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Visual') # Needed to use components [VisualStyle]
2020 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Constraint.Lagrangian.Correction') # Needed to use components [GenericConstraintCorrection]
2121 rootNode.addObject('RequiredPlugin', name='Sofa.Component.LinearSolver.Direct') # Needed to use components [SparseLDLSolver]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def createScene(rootNode):
2222 rootNode.addObject('RequiredPlugin', name='Sofa.Component.LinearSolver.Direct') # Needed to use components [SparseLDLSolver]
2323 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Mapping.Linear') # Needed to use components [BarycentricMapping]
2424 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Mass') # Needed to use components [UniformMass]
25- rootNode.addObject('RequiredPlugin', name='Sofa.Component.ODESolver .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
25+ rootNode.addObject('RequiredPlugin', name='Sofa.Component.IntegrationSchemes .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
2626 rootNode.addObject('RequiredPlugin', name='Sofa.Component.SolidMechanics.FEM.Elastic') # Needed to use components [TetrahedronFEMForceField]
2727 rootNode.addObject('RequiredPlugin', name='Sofa.Component.StateContainer') # Needed to use components [MechanicalObject]
2828 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Topology.Container.Constant') # Needed to use components [MeshTopology]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def createScene(rootNode):
1717 rootNode.addObject('RequiredPlugin', name='Sofa.Component.LinearSolver.Direct') # Needed to use components [SparseLDLSolver]
1818 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Mapping.Linear') # Needed to use components [BarycentricMapping]
1919 rootNode.addObject('RequiredPlugin', name='Sofa.Component.Mass') # Needed to use components [UniformMass]
20- rootNode.addObject('RequiredPlugin', name='Sofa.Component.ODESolver .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
20+ rootNode.addObject('RequiredPlugin', name='Sofa.Component.IntegrationSchemes .Backward') # Needed to use components [EulerImplicitIntegrationScheme]
2121 rootNode.addObject('RequiredPlugin', name='Sofa.Component.SolidMechanics.FEM.Elastic') # Needed to use components [HexahedronFEMForceField]
2222 rootNode.addObject('RequiredPlugin', name='Sofa.Component.SolidMechanics.Spring') # Needed to use components [RestShapeSpringsForceField]
2323 rootNode.addObject('RequiredPlugin', name='Sofa.Component.StateContainer') # Needed to use components [MechanicalObject]
Original file line number Diff line number Diff line change 4242 'Sofa.Component.LinearSolver.Direct' , # Needed to use components [SparseLDLSolver]
4343 'Sofa.Component.Mapping.Linear' , # Needed to use components [BarycentricMapping]
4444 'Sofa.Component.Mass' , # Needed to use components [UniformMass]
45- 'Sofa.Component.ODESolver .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
45+ 'Sofa.Component.IntegrationSchemes .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
4646 'Sofa.Component.SolidMechanics.FEM.Elastic' , # Needed to use components [TetrahedronFEMForceField]
4747 'Sofa.Component.SolidMechanics.Spring' , # Needed to use components [RestShapeSpringsForceField]
4848 'Sofa.Component.StateContainer' , # Needed to use components [MechanicalObject]
Original file line number Diff line number Diff line change 4444 'Sofa.Component.LinearSolver.Direct' , # Needed to use components [SparseLDLSolver]
4545 'Sofa.Component.Mapping.Linear' , # Needed to use components [BarycentricMapping]
4646 'Sofa.Component.Mass' , # Needed to use components [UniformMass]
47- 'Sofa.Component.ODESolver .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
47+ 'Sofa.Component.IntegrationSchemes .Backward' , # Needed to use components [EulerImplicitIntegrationScheme]
4848 'Sofa.Component.SolidMechanics.FEM.Elastic' , # Needed to use components [TetrahedronFEMForceField]
4949 'Sofa.Component.SolidMechanics.Spring' , # Needed to use components [RestShapeSpringsForceField]
5050 'Sofa.Component.StateContainer' , # Needed to use components [MechanicalObject]
You can’t perform that action at this time.
0 commit comments