Skip to content

Commit

Permalink
[examples] Make symplectic option explicit (sofa-framework#5159)
Browse files Browse the repository at this point in the history
[Explicit] Make symplectic option explicit
  • Loading branch information
hugtalbot authored Dec 13, 2024
1 parent 6ae972f commit 8ba12f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trivially, it requires a linear solver, here SparseLDLSolver.

<Node name="DeformableObject">

<EulerExplicitSolver name="odeExplicitSolver"/>
<EulerExplicitSolver name="odeExplicitSolver" symplectic="true"/>
<SparseLDLSolver />

<MeshGmshLoader name="loader" filename="mesh/truthcylinder1.msh" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trivially, it does not require a linear solver.

<!-- Matrix system is diagonal because integration is explicit and Mass is diagonal -->
<!-- No need for a LinearSolver -->
<EulerExplicitSolver name="odeExplicitSolver"/>
<EulerExplicitSolver name="odeExplicitSolver" symplectic="true"/>

<MeshGmshLoader name="loader" filename="mesh/truthcylinder1.msh" />
<TetrahedronSetTopologyContainer src="@loader" name="topologyContainer"/>
Expand Down

0 comments on commit 8ba12f0

Please sign in to comment.