Skip to content

Commit 984aef9

Browse files
authored
Update 00-compute_and_average.py
1 parent 0181882 commit 984aef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/09-averaging/00-compute_and_average.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def compute_von_mises_then_average(analysis):
135135
def average_then_compute_von_mises(analysis):
136136
# Creating the model from the results of the simulation
137137
model = dpf.Model(analysis)
138-
mesh = model.metadata.meshed_region
139138

140139
# Retrieving the stresses
141140
stress_op = dpf.operators.result.stress()

0 commit comments

Comments
 (0)