Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading