mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-12 16:17:29 +05:00
less verbosity for periodic csg
This commit is contained in:
parent
359d7d3da9
commit
ea1c6ec0af
@ -583,8 +583,8 @@ However, when r = 0, the top part becomes a point(tip) and meshing fails!
|
|||||||
NgArray<int> si1, si2;
|
NgArray<int> si1, si2;
|
||||||
s1->GetSolid()->GetSurfaceIndices (si1);
|
s1->GetSolid()->GetSurfaceIndices (si1);
|
||||||
s2->GetSolid()->GetSurfaceIndices (si2);
|
s2->GetSolid()->GetSurfaceIndices (si2);
|
||||||
cout << "surface ids1 = " << si1 << endl;
|
cout << IM(3) << "surface ids1 = " << si1 << endl;
|
||||||
cout << "surface ids2 = " << si2 << endl;
|
cout << IM(3) << "surface ids2 = " << si2 << endl;
|
||||||
|
|
||||||
Flags flags;
|
Flags flags;
|
||||||
const TopLevelObject * domain = nullptr;
|
const TopLevelObject * domain = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user