Skip to content

Commit

Permalink
Merge branch 'hdiv_fix' into 'master'
Browse files Browse the repository at this point in the history
fix for orientation of HDiv Hex face basis function - not fully tested!! working…

See merge request jschoeberl/ngsolve!284
  • Loading branch information
JSchoeberl committed Jan 18, 2018
2 parents 18d6979 + ad1f526 commit fc738e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fem/hdivhofe_impl.hpp
Expand Up @@ -710,7 +710,7 @@ namespace ngfem
if (p[1] >= 1)
IntLegNoBubble::EvalMult(p[1]-1,eta, 1-eta*eta, pol_eta);

shape[i] = wDu_Cross_Dv<3> (eta, xi, 0.25*lam_f);
shape[i] = wDu_Cross_Dv<3> (eta, xi, -0.25*lam_f);

for (int k = 0; k < p[0]; k++)
for (int l = 0; l < p[1]; l++, ii++)
Expand Down

0 comments on commit fc738e1

Please sign in to comment.