From 079f7c96360b4351ee9176464a4b47f45ca3ff08 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 7 Sep 2017 06:28:45 +0200 Subject: [PATCH] [PL/HT] Set pos to int pt in comp of Darcy vel. --- ProcessLib/HT/HTFEM.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProcessLib/HT/HTFEM.h b/ProcessLib/HT/HTFEM.h index cbb55c4a495..a237c8d51a0 100644 --- a/ProcessLib/HT/HTFEM.h +++ b/ProcessLib/HT/HTFEM.h @@ -306,6 +306,8 @@ public: auto const& N = ip_data.N; auto const& dNdx = ip_data.dNdx; + pos.setIntegrationPoint(ip); + double T_int_pt = 0.0; double p_int_pt = 0.0; NumLib::shapeFunctionInterpolate(local_x, N, T_int_pt, p_int_pt); -- GitLab