mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 14:40:35 +05:00
more QUAD8
This commit is contained in:
parent
bd20d044b1
commit
48186fc54d
@ -1940,10 +1940,10 @@ namespace netgen
|
|||||||
shapes(5) = 4*(1-x)*x*y;
|
shapes(5) = 4*(1-x)*x*y;
|
||||||
shapes(6) = 4*(1-y)*y*(1-x);
|
shapes(6) = 4*(1-y)*y*(1-x);
|
||||||
shapes(7) = 4*(1-y)*y*x;
|
shapes(7) = 4*(1-y)*y*x;
|
||||||
shapes(0) -= shapes(4) - shapes(6);
|
shapes(0) -= 0.5*(shapes(4)+shapes(6));
|
||||||
shapes(1) -= shapes(4) - shapes(7);
|
shapes(1) -= 0.5*(shapes(4)+shapes(7));
|
||||||
shapes(2) -= shapes(5) - shapes(7);
|
shapes(2) -= 0.5*(shapes(5)+shapes(7));
|
||||||
shapes(3) -= shapes(5) - shapes(6);
|
shapes(3) -= 0.5*(shapes(5)-shapes(6));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user