Skip to content

More solvers #161

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

More solvers #161

wants to merge 3 commits into from

Conversation

MasanoriKanamaru
Copy link
Member

Implement implicit solvers for the heat conduction equation:

  • Implicit Euler method
  • Crank-Nicolson method

Implement implicit Euler and Crank-Nicolson methods.
Use `x` for the solution vector in each solver as temperature at the next time step, instead of `T`.
Copy link

codecov bot commented Apr 16, 2025

Codecov Report

Attention: Patch coverage is 77.38095% with 19 lines in your changes missing coverage. Please review.

Project coverage is 93.75%. Comparing base (2d36b5a) to head (cdd7b78).

Files with missing lines Patch % Lines
src/heat_conduction.jl 77.10% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #161      +/-   ##
==========================================
- Coverage   93.96%   93.75%   -0.21%     
==========================================
  Files          11       11              
  Lines         663      737      +74     
==========================================
+ Hits          623      691      +68     
- Misses         40       46       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant