Skip to content

Commit 53e2c7b

Browse files
authored
fix(examples): fix diagram in average across bodies example (#2345)
1 parent eb49e98 commit 53e2c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/09-averaging/01-average_across_bodies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
###############################################################################
7474
# Averaging across bodies with DPF
7575
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76-
# # To compare the results of averaging across bodies and not averaging,
76+
# To compare the results of averaging across bodies and not averaging,
7777
# define two workflows.
7878
# The variable of interest is the Von Mises stress field, which is
7979
# calculated by applying the ``eqv_fc`` operator on the
@@ -91,7 +91,7 @@
9191
# ds [label="data_src", shape=box, style=filled, fillcolor=cadetblue2];
9292
# stress [label="stress"];
9393
# scp [label="split_on_property_type"];
94-
# eln_to_n ["elemental_nodal_to_nodal_fc"];
94+
# eln_to_n [label="elemental_nodal_to_nodal_fc"];
9595
# vm [label="eqv_fc"];
9696
# avg [label="weighted_merge_fields_by_label"];
9797
# subgraph cluster_1 {

0 commit comments

Comments
 (0)