mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
Sort table after parallel creation
This commit is contained in:
parent
48aa301558
commit
dbe0aaa1bc
@ -1912,6 +1912,11 @@ namespace netgen
|
|||||||
});
|
});
|
||||||
|
|
||||||
auto elsonpoint = creator.MoveTable();
|
auto elsonpoint = creator.MoveTable();
|
||||||
|
|
||||||
|
ParallelFor (Range(elsonpoint), [&] (auto i)
|
||||||
|
{
|
||||||
|
QuickSort(elsonpoint[i]);
|
||||||
|
});
|
||||||
|
|
||||||
NgArray<int,PointIndex::BASE> numonpoint(np);
|
NgArray<int,PointIndex::BASE> numonpoint(np);
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user