Adding triclinic patch to intel stencil

This commit is contained in:
jtclemm
2023-10-23 12:59:13 -06:00
parent 14f0045567
commit 3536cf9db9

View File

@ -32,8 +32,8 @@ void NStencilBinIntel<HALF, DIM_3D, TRI>::create()
// For half stencils, only the upper plane is needed
int sy_min = sy;
int sz_min = sz;
if (HALF && (!DIM_3D)) sy_min = 0;
if (HALF && DIM_3D) sz_min = 0;
if ((!TRI) && HALF && (!DIM_3D)) sy_min = 0;
if ((!TRI) && HALF && DIM_3D) sz_min = 0;
nstencil = 0;