Good Morning,
I usually solve a non-symmetric discretization of the Poisson equation using GAMG+FGMRES.
In the last days I tried to use BCGS in place of FGMRES, still using GAMG as preconditioner.
No problem in finding the solution but I’m experiencing something I didn’t expect.
The test case is a 25 millions cells domain with Dirichlet and Neumann boundary conditions.
Both the solvers are able to solve the problem with an increasing number of MPI processes, but:
Am I wrong expecting less memory consumption and more performance from BCGS with respect to FGMRES?
Thank you in advance for any help.
Best regards,
Marco Cisternino