From c6dbf22cb91efc884adf347d05884d83e97ab982 Mon Sep 17 00:00:00 2001 From: dkunhamb Date: Fri, 19 Jan 2024 14:38:45 -0600 Subject: [PATCH] update examples --- examples/basic/topology_optimization_cantilever_beam.py | 2 +- examples/basic/valve.py | 2 +- examples/technology_showcase/Rotor_Blade_Inverse_solve.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)