Skip to content
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

Merged
merged 16 commits into from
Jul 18, 2024
Merged

add heat equation tutorial #105

merged 16 commits into from
Jul 18, 2024

Conversation

ranocha
Copy link
Collaborator

@ranocha ranocha commented Jul 18, 2024

I added another tutorial on the heat equation to also demonstrate the usage of Tridiagonal matrices (for homogeneous Neumann BCs).

@ranocha ranocha added the documentation Improvements or additions to documentation label Jul 18, 2024
@ranocha ranocha requested a review from SKopecz July 18, 2024 08:37
@codecov-commenter
Copy link

codecov-commenter commented Jul 18, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.09%. Comparing base (258c798) to head (5117ee0).

❗ 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.
📢 Have feedback on the report? Share it here.

docs/src/heat_equation.md Outdated Show resolved Hide resolved
docs/src/heat_equation.md Outdated Show resolved Hide resolved
docs/src/heat_equation.md Outdated Show resolved Hide resolved
docs/src/heat_equation.md Outdated Show resolved Hide resolved
docs/src/heat_equation.md Outdated Show resolved Hide resolved
docs/src/heat_equation.md Outdated Show resolved Hide resolved
Copy link
Owner

@SKopecz SKopecz left a 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 $u_0\geq 0$ here.

@ranocha ranocha requested a review from SKopecz July 18, 2024 14:02
@ranocha
Copy link
Collaborator Author

ranocha commented Jul 18, 2024

Thanks! I have added another tutorial on the heat equation with homogeneous Dirichlet BCs.

@ranocha
Copy link
Collaborator Author

ranocha commented Jul 18, 2024

I have also bumped the version so that we can tag a new release before merging our breaking change from #104

Copy link
Owner

@SKopecz SKopecz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@ranocha ranocha merged commit 69db9ab into main Jul 18, 2024
10 checks passed
@ranocha ranocha deleted the hr/heat_eq branch July 18, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants