chaos-polymtl / lethe

Repository for the open-source lethe CFD/DEM/CFD-DEM project
https://chaos-polymtl.github.io/lethe/index.html
GNU Lesser General Public License v2.1
267 stars 59 forks source link

Allow to reuse the preconditioner in the Newton solver #1102

Closed lpsaavedra closed 3 months ago

lpsaavedra commented 3 months ago

Description of the problem

The multigrid preconditioners were being setup at every non-linear iteration, however, we want to be able to reuse them to reduce the setup time.

Description of the solution

How Has This Been Tested?

Documentation

Future changes