We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wfact!
linsolve!
implicit_tendency_generic!
remaining_tendency_increment!
@generated
I wrote this when chatting with @dennisYatunin but I forget the context here, was this performance related? Or feature related? (or both?)
ForwardEulerFunction
jac_prototype
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verify number of iterations
Wfact!
(should be called 1 time, called 3 for now)linsolve!
3 * num newton iterationsimplicit_tendency_generic!
3 * num newton iterationsremaining_tendency_increment!
4Reduce number of Newton iterations
Reduce number of Wfact! calls
Inference
@generated
?ForwardEulerFunction
I wrote this when chatting with @dennisYatunin but I forget the context here, was this performance related? Or feature related? (or both?)
ForwardEulerFunction
jac_prototype
, so we can useForwardEulerFunction
for implicit, so that we can apply filter on implicit tendency.The text was updated successfully, but these errors were encountered: