mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
bug fix from boundarylayer
This commit is contained in:
parent
4cc2d7dc92
commit
ef8edec3b8
@ -240,8 +240,9 @@ namespace netgen
|
|||||||
// Set the bitarray to indicate that the
|
// Set the bitarray to indicate that the
|
||||||
// point is part of the required set
|
// point is part of the required set
|
||||||
bndnodes.Set(sel.PNum(j));
|
bndnodes.Set(sel.PNum(j));
|
||||||
|
|
||||||
Vec3d& surfacenormal = Vec3d();
|
// Vec3d& surfacenormal = Vec3d(); ????
|
||||||
|
Vec3d surfacenormal;
|
||||||
|
|
||||||
// Calculate the surface normal at the current point
|
// Calculate the surface normal at the current point
|
||||||
// with respect to the current surface element
|
// with respect to the current surface element
|
||||||
|
Loading…
Reference in New Issue
Block a user