diff --git a/examples/basic/topology_optimization_cantilever_beam.py b/examples/basic/topology_optimization_cantilever_beam.py index 68b6291d..65feb6f7 100644 --- a/examples/basic/topology_optimization_cantilever_beam.py +++ b/examples/basic/topology_optimization_cantilever_beam.py @@ -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) diff --git a/examples/basic/valve.py b/examples/basic/valve.py index 0ff5eb06..7d11612c 100644 --- a/examples/basic/valve.py +++ b/examples/basic/valve.py @@ -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) diff --git a/examples/technology_showcase/Rotor_Blade_Inverse_solve.py b/examples/technology_showcase/Rotor_Blade_Inverse_solve.py index 089693bf..82e28b23 100644 --- a/examples/technology_showcase/Rotor_Blade_Inverse_solve.py +++ b/examples/technology_showcase/Rotor_Blade_Inverse_solve.py @@ -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)