mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-09 23:07:29 +05:00
Sort table after parallel creation
This commit is contained in:
parent
48aa301558
commit
dbe0aaa1bc
@ -1913,6 +1913,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);
|
||||||
/*
|
/*
|
||||||
numonpoint = 0;
|
numonpoint = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user