From 7b29fe83fcd2807613a5aef5e75867502ef9104f Mon Sep 17 00:00:00 2001 From: niravshah241 Date: Tue, 19 Dec 2023 14:10:11 +0000 Subject: [PATCH] In work --- .../dlrbnicsx_thermomechanical_thermal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/thermomechanical_dlrbnicsx/dlrbnicsx_thermomechanical_thermal.py b/demo/thermomechanical_dlrbnicsx/dlrbnicsx_thermomechanical_thermal.py index 4e549cb..e1d41ae 100644 --- a/demo/thermomechanical_dlrbnicsx/dlrbnicsx_thermomechanical_thermal.py +++ b/demo/thermomechanical_dlrbnicsx/dlrbnicsx_thermomechanical_thermal.py @@ -216,6 +216,7 @@ def __init__(self, mesh, subdomains, boundaries, thermalproblem): self.inner_product_action = \ rbnicsx.backends.bilinear_form_action(self._inner_product, part="real") + self.uT_func = dolfinx.fem.Function(self._thermalproblem._VT) self._rho = 77106. self._g = 9.8 self._T0 = 300.