From c0eef35b199fdbffea09beb27be2dc33b0ac5776 Mon Sep 17 00:00:00 2001 From: Kevin Colburn <115113456+kecolburn@users.noreply.github.com> Date: Wed, 16 Aug 2023 07:45:52 -0500 Subject: [PATCH] Docs/calc02 update2 (#285) Co-authored-by: Marina Galvagni <96880748+margalva@users.noreply.github.com> --- doc/source/examples_source/00-basic/02-calc.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/source/examples_source/00-basic/02-calc.py b/doc/source/examples_source/00-basic/02-calc.py index fbba3d94736..a580e8fc0d9 100644 --- a/doc/source/examples_source/00-basic/02-calc.py +++ b/doc/source/examples_source/00-basic/02-calc.py @@ -62,7 +62,7 @@ ############################################################################### # Compute the Average Value of Pressure -# --------------------------------- +# ------------------------------------- # Use the calculator function SpaMean to compute the spatial mean of Pressure on the Clip part # The Parent Part for this calculator function (source) is the Clip Part Object from above # The 'var' variable object is the variable defined from that calculator function. @@ -147,3 +147,11 @@ line_plot.WIDTH = 0.25 line_plot.HEIGHT = 0.5 session.show("image", width=800, height=600) + +############################################################################### +# Close the connection and shut down the EnSight instance. +# -------------------------------------------------------- +# sphinx_gallery_thumbnail_path = '_static/02_calc_4.png' + + +session.close()