Hi all,
In my parallel code, I want to solve the eigenvalues of a small matrix (e.g. 3 by 3) in serial on each processor.
I know Step-36 depends on MPI communication to create the eigenfunctions and to solve the problem, BUT I only need to compute the eigenvalues of a small matrix in serial on each processor.
So, is there a easy way to do this, perferly with matrix type FullMatrix<double>?
But I do not understand the description of the second parameter "
VectorMemory< VectorType > &mem", and thus I dont know how to use this solve function.
Maybe someone can show me an example of this function.
Many thanks in advance.