Full multigrid solver
Description
Implement a full multigrid solver. This can only be used for the Poisson solver at the moment.
The multigrid code is refactored a bit and some minor changes are also done.
News snippet
Implement a full multigrid Poisson solver.
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.