-
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
add heat equation tutorial #105
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 #105 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 6 6
Lines 1415 1415
=======================================
Hits 1388 1388
Misses 27 27 ☔ View full report in Codecov by Sentry. |
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 have some minor comments. But we should really use
Thanks! I have added another tutorial on the heat equation with homogeneous Dirichlet BCs. |
I have also bumped the version so that we can tag a new release before merging our breaking change from #104 |
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.
Great, thanks!
Co-authored-by: Stefan Kopecz <[email protected]>
Co-authored-by: Stefan Kopecz <[email protected]>
Co-authored-by: Stefan Kopecz <[email protected]>
Co-authored-by: Stefan Kopecz <[email protected]>
Co-authored-by: Stefan Kopecz <[email protected]>
I added another tutorial on the heat equation to also demonstrate the usage of
Tridiagonal
matrices (for homogeneous Neumann BCs).