> > The function TrilinosWrappers::SparseMatrix::reinit > (dealii::SparseMatrix<double> &) copies a deal.II SparseMatrix into a > Trilinos sparse matrix. You may want to look at > > http://www.dealii.org/developer/doxygen/deal.II/classTrilinosWrappers_1_1SparseMatrix.html#a2bd3bd49a19e684a3e263079a2bb9960
This solved my problem. Thanks. > > > If you want to have the matrix distributed over several processors, you > can consider using the reinit functions with an Epetra_Map or IndexSet > as first argument and a dealii::SparseMatrix as the second one. > Excellent. I'll have a look into this. > Best, > Ted > >
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
