Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare SparseFEM benchmark to changes to find() on Julia master
find() will soon return cartesian indices, so this benchmark needs to convert them to linear indices. Unfortunately, LinearIndices currently does not allow indexing with an array, so we need to use map().
- Loading branch information