Skip to content

Fix performance of GetExp(coord) in ExpList.

Chris Cantwell requested to merge ccantwel/nektar:fix/remove-getexp-coord into master

This MR addresses poor performance if calling GetExp(coord) in ExpList. Previously it was searching linearly through the elements, instead of using the octree to shortlist candidate elements.

Fixes #234 (closed).

Edited by Chris Cantwell

Merge request reports