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

Added reinit! for NewtonRaphson #173

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Conversation

dawbarton
Copy link
Contributor

The reinit! interface for the nonlinear solvers is missing, meaning that the iterator interface cannot be used. I have added the reinit! function for the NewtonRaphsonCache which re-evaluates the nonlinear function and resets iteration counters. Simple tests are included.

@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Merging #173 (cf1486f) into master (85b94ac) will increase coverage by 0.35%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #173      +/-   ##
==========================================
+ Coverage   84.22%   84.58%   +0.35%     
==========================================
  Files           7        7              
  Lines         558      571      +13     
==========================================
+ Hits          470      483      +13     
  Misses         88       88              
Impacted Files Coverage Δ
src/raphson.jl 97.26% <100.00%> (+0.59%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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

Successfully merging this pull request may close these issues.

2 participants