MLMG convergence issue #6005
-
Hi, I am trying the magnetic reconnection test problem that uses the Hybrid solver (https://warpx.readthedocs.io/en/latest/usage/examples/ohm_solver_magnetic_reconnection/README.html) I noticed that when I increase the resolution to 1024x1024, the MLMG Projection B-Field divergence cleaner failed to converge after 5000 iterations. What can I do to fix this problem? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @yopology. That problem should not require the B-field divergence cleaning as the analytic field should not have any B-field divergence. You can turn off the divergence cleaning by setting
Let us know if that does not work for you. |
Beta Was this translation helpful? Give feedback.
Hi @yopology. That problem should not require the B-field divergence cleaning as the analytic field should not have any B-field divergence. You can turn off the divergence cleaning by setting
warpx_do_initial_div_cleaning=False
in theB_ext
initialization, i.e.,Let us know if that does not work for you.