Skip to content

Commit

Permalink
import also Sofa.Component.LinearSolver.Ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Oct 21, 2024
1 parent 794584b commit b71ab02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Component/LinearSolver/FEMBAR-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RequiredPlugin name="Sofa.Component.Engine.Select"/> <!-- Needed to use components [BoxROI] -->
<RequiredPlugin name="Sofa.Component.LinearSolver.Iterative"/> <!-- Needed to use components [CGLinearSolver] -->
<RequiredPlugin name="Sofa.Component.LinearSolver.Preconditioner"/> <!-- Needed to use components [BlockJacobiPreconditioner] -->

<RequiredPlugin name="Sofa.Component.LinearSolver.Ordering"/>
</Node>

<VisualStyle displayFlags="showBehaviorModels showForceFields" />
Expand All @@ -26,4 +26,4 @@
<RegularGridTopology name="grid" nx="4" ny="4" nz="20" xmin="-9" xmax="-6" ymin="0" ymax="3" zmin="0" zmax="19" />
<BoxROI name="box" box="-10 -1 -0.0001 -5 4 0.0001"/>
<FixedProjectiveConstraint indices="@box.indices" />
</Node>
</Node>

0 comments on commit b71ab02

Please sign in to comment.