In order to optimize further the memory needed by the iterative solver, the number of mesh elements on the coarser multigrid level can be reduced by, for instance, increasing the Mesh coarsening factor or the Number of multigrid levels. The latter strategy may also increase the resolution time.
• When the convergence graph of GMRES shows a slow down every 50 iterations, the Number of iteration before restart parameter (default value of 50) should be increased—doubled for example. This may also increase the memory consumption.
• Increasing the Number of iteration in the Multigrid settings, and in the presmoother and postsmoother nodes improves the quality of the preconditioner and convergence of GMRES.
• Since an excessive difference between two multigrid levels can affect the convergence, lowering the Mesh coarsening factor in the Multigrid settings can help convergence.