Dear All
I realized last week, that the assemble or assemble_system functions in FEniCS
automatically work in parallel if the python script is started via mpirun.
If I use the Epetra Matrix Class the parallel code provides a nice speedup for the
assembly of my finite element matrices. However, the matrices then are obtained as
submatrices or partial matrices of the global matrix that I require for my eigen value solver
I have searched for any info on how to combine these , I.e. "sum" these matrices
and then to user a normal serial eigen value solver.
Any help will be much appreciated.
regard
Moritz