File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <Node name="plugins">
44 <RequiredPlugin name="Sofa.Component.Constraint.Projective"/> <!-- Needed to use components [FixedConstraint] -->
55 <RequiredPlugin name="Sofa.Component.Mass"/> <!-- Needed to use components [UniformMass] -->
6- <RequiredPlugin name="Sofa.Component.ODESolver.Backward"/> <!-- Needed to use components [EulerImplicitSolver ] -->
6+ <RequiredPlugin name="Sofa.Component.ODESolver.Backward"/> <!-- Needed to use components [EulerImplicitIntegrationScheme ] -->
77 <RequiredPlugin name="Sofa.Component.SolidMechanics.FEM.Elastic"/> <!-- Needed to use components [HexahedronFEMForceField] -->
88 <RequiredPlugin name="Sofa.Component.StateContainer"/> <!-- Needed to use components [MechanicalObject] -->
99 <RequiredPlugin name="Sofa.Component.Topology.Container.Grid"/> <!-- Needed to use components [RegularGridTopology] -->
1919 <DefaultAnimationLoop name="animationLoop"/>
2020 <DefaultVisualManagerLoop name="visualLoop"/>
2121
22- <EulerImplicitSolver name="odesolver" rayleighStiffness="0.1" rayleighMass="0.1" />
22+ <EulerImplicitIntegrationScheme name="odesolver" rayleighStiffness="0.1" rayleighMass="0.1" />
2323 <AMDOrderingMethod/>
2424 <SparseCholeskySolver />
2525
Original file line number Diff line number Diff line change 44 <RequiredPlugin name="Sofa.Component.Constraint.Projective"/> <!-- Needed to use components [FixedConstraint] -->
55 <RequiredPlugin name="Sofa.Component.LinearSolver.Direct"/> <!-- Needed to use components [SVDLinearSolver] -->
66 <RequiredPlugin name="Sofa.Component.Mass"/> <!-- Needed to use components [UniformMass] -->
7- <RequiredPlugin name="Sofa.Component.ODESolver.Backward"/> <!-- Needed to use components [EulerImplicitSolver ] -->
7+ <RequiredPlugin name="Sofa.Component.ODESolver.Backward"/> <!-- Needed to use components [EulerImplicitIntegrationScheme ] -->
88 <RequiredPlugin name="Sofa.Component.SolidMechanics.FEM.Elastic"/> <!-- Needed to use components [HexahedronFEMForceField] -->
99 <RequiredPlugin name="Sofa.Component.StateContainer"/> <!-- Needed to use components [MechanicalObject] -->
1010 <RequiredPlugin name="Sofa.Component.Topology.Container.Grid"/> <!-- Needed to use components [RegularGridTopology] -->
2020 <DefaultAnimationLoop name="animationLoop"/>
2121 <DefaultVisualManagerLoop name="visualLoop"/>
2222
23- <EulerImplicitSolver name="odesolver" rayleighStiffness="0.1" rayleighMass="0.1" />
23+ <EulerImplicitIntegrationScheme name="odesolver" rayleighStiffness="0.1" rayleighMass="0.1" />
2424 <NaturalOrderingMethod/>
2525 <SparseLUSolver template="CompressedRowSparseMatrixMat3x3"/>
2626
You can’t perform that action at this time.
0 commit comments