2p incompressible box test doesn't work in parallel
The Newton solver doesn't converge when running on two processes.
The Newton solver doesn't converge when running on two processes.
changed milestone to %3.2
changed title from 2p incompressible test doesn't work in parallel to 2p incompressible box test doesn't work in parallel
The reason is that Grid.Overlap
is not set to 0
as required for the box method. The real issue is that this doesn't trigger an error message on all systems.
mentioned in merge request !1795 (merged)
Fixed with !1795 (merged)
closed via merge request !1795 (merged)
mentioned in commit c87e5a23
mentioned in commit f1557cd9
mentioned in commit dae8a65c
mentioned in merge request !1796 (merged)
mentioned in merge request !1797 (closed)