← Back to team overview

dolfin team mailing list archive

[Bug 668862] Re: Sparsity pattern computation dead slow with 'real' spaces

 

The Graph class looks nice. As mentioned above we need to remove the
random access methods if we are going to use it. It looks like your have
added this functionality so you need to decide.

We could just change to Graph for the storage of the SparsityPattern and
look what our bench-bot tells us?

-- 
Sparsity pattern computation dead slow with 'real' spaces
https://bugs.launchpad.net/bugs/668862
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.

Status in DOLFIN: Confirmed

Bug description:
The computation of the sparsity pattern is dead slow when real spaces are used, i.e.,

    R = FunctionSpace(mesh, 'R', 0)

To see the problem, compare the neumann-poisson and poisson demos with fine meshes (256x256)





References