<div dir="ltr"><br><div>Hello, I'm Young Hyun Jo, and I study plasma physics and particle-in-cell simulation.</div><div>Currently, I'm using PETSc to solve a 3D Poisson's equation in the FDM scheme.</div><div>I have one question about the multigrid preconditioner.</div><div>When I use PCG(KSPCG) with the multigrid preconditioner(PCMG), I get an error if I don't use the appropriate multigrid level for the grid number.</div><div>For example, If I use 129 grids, I can use 7 multigrid levels.</div><div>However, If I use 130 grids, I can't use any multigrid levels but one.</div><div>So, It seems that the grid number is better to be (2*n + 1) to use multigrid preconditioner.</div><div>Is this correct that the multigrid conditioner has some restrictions for the grid number to use?</div><div>It will be really helpful for me to use PETSc properly.</div><div>Thanks in advance.</div><div><br></div><div>Sincerely,</div><div>Young Hyun Jo</div></div>