ELI5: Explain Like I'm 5

Multigrid method

Multigrid is a way of solving difficult problems. It works like this: The problem you are trying to solve is broken into smaller, easier pieces (called grids). These grids are then solved one at a time using a special algorithm. This process is repeated until the problem is solved. By breaking up the problem into smaller parts, it can be solved more quickly and easily.