-
Notifications
You must be signed in to change notification settings - Fork 25
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
InitialCondition for HeatTransferProblem #662
Conversation
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.
Thank you very much @KulaginVladimir again for this contribution!
Just a comment for more consistency across the code base.
Also re-running the test cause apparently the upload to Codecov failed...
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #662 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 57 57
Lines 2124 2128 +4
=======================================
+ Hits 2101 2105 +4
Misses 23 23 ☔ 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.
Right now that Codecov has run, we are missing tests for reading InitialCondition from XDMF files.
To do so, you can try and first export a function to XDMF then use the filename in an InitialCondition
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.
just a tiny comment and then we're good to go!
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
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 @KulaginVladimir ! This had been missing for a long long time! 🎉
Proposed changes
According to #659, this PR attempts to enhance the functionality of initial condition for
HeatTransferProblem
. Additionally, the tests were updated to follow new changes.Types of changes
What types of changes does your code introduce to FESTIM?
Checklist