mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
cgns: flip normals of 2d elements
This commit is contained in:
parent
1f78f900dd
commit
b1d65912ec
@ -78,7 +78,7 @@ namespace netgen::cg
|
||||
|
||||
Element2d el(np);
|
||||
for (auto i : Range(np))
|
||||
el[i] = verts[map[i]];
|
||||
el[i] = verts[i];
|
||||
return el;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user