We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3532e commit 82dbd1fCopy full SHA for 82dbd1f
1 file changed
src/festim/hydrogen_transport_problem.py
@@ -646,6 +646,7 @@ def assign_functions_to_species(self):
646
spe.sub_function_space = self.function_space.sub(idx)
647
spe.sub_function = self.u.sub(idx) # TODO add this to discontinuous class
648
spe.post_processing_solution = self.u.sub(idx).collapse()
649
+ spe.post_processing_solution.name = spe.name
650
spe.collapsed_function_space, spe.map_sub_to_main_solution = (
651
self.function_space.sub(idx).collapse()
652
)
0 commit comments