Skip to content
Snippets Groups Projects
Commit 99c69f3d authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[ML] Use vtk's native methods for getting ids.

In the conversion of a vtkUnstructuredGrid replace
the 5*(nr of elements) GetCell() calls with vtk's
provided function.

The 5*(nr of elements) GetCell() calls make around
50% of total instruction spent in
convertUnstructuredGrid().

For current groundwater flow simulation without the
linear solver call it makes around 1/6 of total
instructions.
parent 998b796b
No related branches found
No related tags found
Loading
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