-
-
Notifications
You must be signed in to change notification settings - Fork 39
Attempt to add API reference #125
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
Conversation
|
BTW, is |
|
Looks like it. It's probably worth fixing. Though it would be good to choose a name that doesn't cause shadowing. |
|
What drove me to write these docstrings was that I found it hard to understand the source code of MOL. With these at least I can understand the most part of http://methodoflines.sciml.ai/dev/devnotes/. |
Codecov Report
@@ Coverage Diff @@
## master #125 +/- ##
=======================================
Coverage 88.29% 88.29%
=======================================
Files 13 13
Lines 940 940
=======================================
Hits 830 830
Misses 110 110
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
|
There's a lot of naming worth fixing... |
|
That's always easy to do right before dropping the next major (or here, v1.0), so I never tend to worry about it until there's a sense they will lock in. But if you wish to correct a few, please don't shy away. |
|
Axies was originally a typo, I decided to leave it to avoid shadowing but am open to other ideas. As for a lot of the shorter more euphemistic names like |
|
Thank you for this! |
|
We have talked about this. Annotating the type of |
Right now the code size is O(1/dx), i.e. if you have more discretization points then you have a larger code size. That is due to the scalarization in the IR. It needs to change to O(1) before we can call the library complete, and that's what the stencil forms and symbolic IR stuff is all about. |
|
I find In other news I am starting work on integrating the new stencil interfaces. This is a big job so will attempt this in stages, I would really appreciate your help if you want to help with this. |
No description provided.