Skip to content
Snippets Groups Projects
Commit 079f7c96 authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL/HT] Set pos to int pt in comp of Darcy vel.

parent 6e36b46b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment