Skip to content

Commit

Permalink
Update rubberspring.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Aug 31, 2023
1 parent 7395bcc commit 01ca98c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/examples/rubberspring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ A `meshed three-dimensional geometry <../_static/mesh.vtk>`_ of a rubber-metal s
import felupe as fem
import numpy as np
# import pypardiso # see docs on external solvers
mesh = fem.mesh.read("mesh.vtk")[0]
X, Y, Z = mesh.points.T
Expand Down Expand Up @@ -106,6 +107,7 @@ The simulation model is now ready to be solved. The results are saved within a X
job.evaluate(
filename="result.xdmf",
kwargs={"parallel": True},
# solver=pypardiso.spsolve, # see docs on external solvers
point_data = {"Logarithmic Strain (Max. Principal)": log_strain}
)
Expand Down

0 comments on commit 01ca98c

Please sign in to comment.