diff --git a/python/FIERRO-GUI/fierro_gui/Bulk_Forming.py b/python/FIERRO-GUI/fierro_gui/Bulk_Forming.py
index 2963d3816..fa3fc2642 100644
--- a/python/FIERRO-GUI/fierro_gui/Bulk_Forming.py
+++ b/python/FIERRO-GUI/fierro_gui/Bulk_Forming.py
@@ -1218,9 +1218,11 @@ def preview_results_click_2():
self.display.SetScalarBarVisibility(self.render_view, False)
# Display .xdmf data
- file_name = "micro_state_timestep_" + str(self.INBFloadsteps.text()) + ".xdmf"
- self.output_directory = os.path.join(self.working_directory, file_name)
- self.results_reader = paraview.simple.XDMFReader(FileNames=self.output_directory)
+# file_name = "micro_state_timestep_" + str(self.INBFloadsteps.text()) + ".xdmf"
+ file_name = f"MicroState_{int(self.INBFloadsteps.text()):05}.pvtu"
+# self.output_directory = os.path.join(self.working_directory, file_name)
+ self.output_directory = os.path.join(self.working_directory, "pvtu", file_name)
+ self.results_reader = paraview.simple.XMLPartitionedUnstructuredGridReader(FileName=self.output_directory)
paraview.simple.SetDisplayProperties(Representation="Surface")
self.display = Show(self.results_reader, self.render_view)
diff --git a/python/FIERRO-GUI/fierro_gui/FIERRO_GUI.ui b/python/FIERRO-GUI/fierro_gui/FIERRO_GUI.ui
index edd688a75..a964065c1 100644
--- a/python/FIERRO-GUI/fierro_gui/FIERRO_GUI.ui
+++ b/python/FIERRO-GUI/fierro_gui/FIERRO_GUI.ui
@@ -10,7 +10,7 @@
0
0
1355
- 1184
+ 1208
@@ -352,7 +352,7 @@
1
- 6
+ 2
@@ -1059,7 +1059,7 @@
0
0
376
- 541
+ 548
@@ -1120,7 +1120,7 @@
false
- 5
+ 3
@@ -10324,7 +10324,7 @@ li.checked::marker { content: "\2612"; }
-
- 2
+ 1
@@ -11634,7 +11634,7 @@ li.checked::marker { content: "\2612"; }
0
0
1355
- 24
+ 37