Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steady state solver deadlocks at convergence in oversetFE #613

Open
adityakpandare opened this issue Jun 12, 2024 · 0 comments
Open

Steady state solver deadlocks at convergence in oversetFE #613

adityakpandare opened this issue Jun 12, 2024 · 0 comments
Assignees

Comments

@adityakpandare
Copy link
Member

The steady state oversetFE solver deadlocks when only one of the meshes reaches the convergence criterion (residual < tol). This is potentially because the mesh that converged sets m_finished = 1, but the other mesh (correctly) doesn't, and follows a different code-path. The correct thing to do is to check the convergence criterion on all meshes, and only then declare convergence (i.e. set m_finished = 1) on all meshes. This check will have to be done in Transporter::diagnostics().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants