-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[wip] Overload operator application to correctly apply operators with nonlinear behavior #166
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #166 +/- ##
==========================================
+ Coverage 67.40% 67.86% +0.45%
==========================================
Files 10 10
Lines 1267 1282 +15
==========================================
+ Hits 854 870 +16
+ Misses 413 412 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I thought the conclusion was that this is not needed? If one really wanted to make a nonlinear op a SciMLOperator, then it should still do nothing on (Perhaps I'm just not familiar with the use case here) |
And in this design, if you were to write |
Fixed the name to reflect what is happening here. We are overloading |
I have limited bandwidth during the week. So I'll get to this over the weekend or on some evening. |
…o propagate. maybe need more L(u, p, t) defs
TODO
|
Close #159. Detailed discussion in issue.