Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/09-averaging/01-average_across_bodies.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
###############################################################################
# Averaging across bodies with DPF
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# # To compare the results of averaging across bodies and not averaging,
# To compare the results of averaging across bodies and not averaging,
# define two workflows.
# The variable of interest is the Von Mises stress field, which is
# calculated by applying the ``eqv_fc`` operator on the
Expand All @@ -91,7 +91,7 @@
# ds [label="data_src", shape=box, style=filled, fillcolor=cadetblue2];
# stress [label="stress"];
# scp [label="split_on_property_type"];
# eln_to_n ["elemental_nodal_to_nodal_fc"];
# eln_to_n [label="elemental_nodal_to_nodal_fc"];
# vm [label="eqv_fc"];
# avg [label="weighted_merge_fields_by_label"];
# subgraph cluster_1 {
Expand Down