We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0181882 commit 984aef9Copy full SHA for 984aef9
examples/09-averaging/00-compute_and_average.py
@@ -135,7 +135,6 @@ def compute_von_mises_then_average(analysis):
135
def average_then_compute_von_mises(analysis):
136
# Creating the model from the results of the simulation
137
model = dpf.Model(analysis)
138
- mesh = model.metadata.meshed_region
139
140
# Retrieving the stresses
141
stress_op = dpf.operators.result.stress()
0 commit comments