Skip to content

Commit

Permalink
Docs/calc02 update2 (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Marina Galvagni <96880748+margalva@users.noreply.github.com>
  • Loading branch information
kecolburn and margalva authored Aug 16, 2023
1 parent d30eff7 commit c0eef35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/source/examples_source/00-basic/02-calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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()

0 comments on commit c0eef35

Please sign in to comment.