Hi all,
I am writing a parallel code for the Newton-Raphson scheme and testing the speedup for different parts of the scheme. The performance is attached in the figure below. It shows that the speed up of the direct solver is 1, degrading the performance of the whole scheme. Other parts including assembling the global system, updating internal variables exhibit linear speedup.
Has anyone met the same issue with the linear solver? are there any solutions to gain better performance for using a linear solver?
Thank you,
Giang