Skip to content
Snippets Groups Projects
Commit 4bd93b13 authored by Markus Blatt's avatar Markus Blatt
Browse files

Increased speed when building the matrix hierarchy by a factor 1.4.

- Moved expensive distance function to end candidate selection
  algorithm.
- Now using the matrix initializer without number of nonzeros saving on
  pass over all aggregates for calculating them.
- When setting up the sparsity pattern there is now need to use a set
  to prevent adding a column several times to a row as the
  CreateIterator of BCRS Matrix uses a set itself. Saved it.

[[Imported from SVN: r386]]
parent c9910edb
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment