Skip to content
Snippets Groups Projects
Commit 08dca10c authored by Tom Fischer's avatar Tom Fischer
Browse files

[MGTL] OpenMP parallelization of MeshNodeSearcher::getMeshNodeIDs()

It is important to insert the node ids in the same sequence as the points are given.
Therefore, it is necessary to create thread local vectors and insert the content of
the thread local vectors into the node_ids vector with the clause ordered in the
omp directive.
parent 9a24247d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment