Dear All
I have been busy with writing MPI code for FEniCS
to speed up the calculation of matrices.
I have today realized, that
the mapping between nodal points and indices
depends on whether the matrix for a given mesh FunctionSpace and form is assembled
in parallel serial.
This creates some problems with the interpreation of results , i.e. plotting.
Is there a way to fix that?
regards
Moritz