mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
randomizing in Delaunay
This commit is contained in:
parent
05c6a20038
commit
3ec73d69ce
@ -686,7 +686,8 @@ namespace netgen
|
||||
newel[3] = newpi;
|
||||
|
||||
newels.Append (newel);
|
||||
|
||||
/*
|
||||
// only checking ???
|
||||
Vec<3> v1 = mesh[face[1]] - mesh[face[0]];
|
||||
Vec<3> v2 = mesh[face[2]] - mesh[face[0]];
|
||||
Vec<3> n = Cross (v1, v2);
|
||||
@ -709,6 +710,7 @@ namespace netgen
|
||||
<< mesh.Point (face[1]) << " "
|
||||
<< mesh.Point (face[2]) << endl;
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user