Skip to content

Commit

Permalink
Merge branch 'master' into test_augmented_lagrangians
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Dec 13, 2024
2 parents 38bde64 + 8ba12f0 commit e65d923
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 e65d923

Please sign in to comment.