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

feat: Do not allow linear solver fail feature #3274

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

jafranc
Copy link
Contributor

@jafranc jafranc commented Aug 8, 2024

Add flags and logic to drop nonlinear loop if a linear step ends up in NonConverged state.

@jafranc jafranc self-assigned this Aug 8, 2024
@jafranc jafranc marked this pull request as ready for review August 9, 2024 15:51
@jafranc jafranc added type: new A new issue has been created and requires attention type: feature New feature or request labels Aug 9, 2024
@jafranc jafranc changed the title Do not allow linear solver fail feature feat: Do not allow linear solver fail feature Aug 9, 2024
Copy link

codecov bot commented Aug 9, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 55.99%. Comparing base (b4b1a3a) to head (c67857e).

Files Patch % Lines
src/coreComponents/physicsSolvers/SolverBase.cpp 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3274   +/-   ##
========================================
  Coverage    55.99%   55.99%           
========================================
  Files         1053     1053           
  Lines        89157    89165    +8     
========================================
+ Hits         49921    49928    +7     
- Misses       39236    39237    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@paveltomin paveltomin added type: cleanup / refactor Non-functional change (NFC) flag: requires rebaseline Requires rebaseline branch in integratedTests and removed type: new A new issue has been created and requires attention labels Dec 20, 2024
@paveltomin
Copy link
Contributor

@CusiniM @rrsettgast this should be good to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flag: requires rebaseline Requires rebaseline branch in integratedTests type: cleanup / refactor Non-functional change (NFC) type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants