Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jan 19, 2024
1 parent cfd6bc4 commit c6dbf22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/topology_optimization_cantilever_beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from matplotlib import pyplot as plt

# Embed Mechanical and set global variables
app = mech.App(version=232)
app = mech.App(version=241)
globals().update(mech.global_variables(app, True))
print(app)

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from matplotlib.animation import FuncAnimation

# Embed Mechanical and set global variables
app = mech.App(version=232)
app = mech.App(version=241)
globals().update(mech.global_variables(app))
print(app)

Expand Down
2 changes: 1 addition & 1 deletion examples/technology_showcase/Rotor_Blade_Inverse_solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from matplotlib import image as mpimg
from matplotlib import pyplot as plt

app = mech.App(version=232)
app = mech.App(version=241)
globals().update(mech.global_variables(app, True))
print(app)

Expand Down

0 comments on commit c6dbf22

Please sign in to comment.