> Once I have built and filled a SparseMatrixEZ, is there a way to
> actually factorize it? Indeed, the SparseDirect solvers are only
> instantiated for SparseMatrix and BlockSparseMatrix...

It shouldn't be hard to write the respective member function of SparseDirect* 
but it doesn't currently exist. If you want, take a look at the existing 
functions and see how they would need to be adapted for SparseMatrixEZ. If you 
want to go that route, we'd of course be happy to incorporate the resulting 
code!

Alternatively -- though I think this wouldn't be less work --, you could of 
course build a SparseMatrix right away, or copy the SparseMatrixEZ into a 
SparseMatrix.

Best
 WB

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to