Skip to content
Snippets Groups Projects
Commit 7a1d3b5f authored by Henrik Asmuth's avatar Henrik Asmuth
Browse files

Merge fix

parent 5ba1e91d
No related branches found
No related tags found
1 merge request!187Add eddy-viscosity in refinments and updates in StressBC
......@@ -559,7 +559,7 @@ template<bool hasTurbulentViscosity> __global__ void scaleFC_compressible(
// z = 0.;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// index of the destination node and its neighbors
k_000 = indicesCoarse000[k_thread];
k_000 = indicesCoarse000[nodeIndex];
k_M00 = neighborXcoarse [k_000];
k_0M0 = neighborYcoarse [k_000];
k_00M = neighborZcoarse [k_000];
......
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