-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sk/update basic examples and docstrings #96
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #96 +/- ##
=======================================
Coverage 98.32% 98.32%
=======================================
Files 6 6
Lines 1250 1250
=======================================
Hits 1229 1229
Misses 21 21 ☔ View full report in Codecov by Sentry. |
I have some issues regarding
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for initiating this!
Maybe someone wants to use a
Maybe we should write "
I don't think so. Right now, it is possible to solve the same problem concurrently using different time integration methods. If we overwrite some memory of the problem, this is not possible anymore. |
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
I created #97 for the implementation of |
I created #98 to improve the efficiency of sparse matrices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I would be fine merging this PR even before implementing the more advanced sparse matrix optimizations. In the end, the goal is clear and we can built on top of what you have added here.
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
``` | ||
|
||
### Using sparse matrices | ||
|
||
TODO: Some text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This TODO note is still open?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we take care of this once the sparse matrices work as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough 👍
This is to take care of #7.