-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
System Transformation - Automatically make PDESystems compatible #168
Conversation
@ChrisRackauckas Ok, this is actually "working" in that it's correctly transforming the system and adding the right new equations, but it's making solve time oppressively long. I'm testing on periodic |
Codecov Report
@@ Coverage Diff @@
## master #168 +/- ##
===========================================
+ Coverage 61.89% 86.53% +24.64%
===========================================
Files 31 33 +2
Lines 1412 1664 +252
===========================================
+ Hits 874 1440 +566
+ Misses 538 224 -314
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
CI failures work locally, merging to get on with other stuff |
Allows
pde_system_tranformation.jl
is where the meat of this happens