> > 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.
>
> Could you please give me an example of using these two approaches?

Take a look at step-40 and step-32 in svn, for example.


> Also, now for some reason, I'm getting:
>
> *** The MPI_comm_size() function was called before MPI_INIT was invoked.
> *** This is disallowed by the MPI standard.
> *** Your MPI job will now abort.

You forgot to call MPI_Init().

W.

-------------------------------------------------------------------------
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