-
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
TemperatureFromXDMF with transient h transport cases #500
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #500 +/- ##
=======================================
Coverage 98.80% 98.80%
=======================================
Files 54 54
Lines 2005 2007 +2
=======================================
+ Hits 1981 1983 +2
Misses 24 24
Continue to review full report at Codecov.
|
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 for the fix, a few suggestions.
Let's wait and check the CI passes
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
…rteMathurin/FESTIM into tempfromxdmf-transient
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
Thanks for this fix. I think this bug highlights another problem which is that We should therefore create another base class (for exemple called |
Proposed changes
fix for issue #499
Currently, the class TemperatureFromXDMF does not work in transient cases as there was no update function with time, with the following fix this should now work.
I have added a test however it may be a bit long, let me know what you think
Types of changes
What types of changes does your code introduce to FESTIM?
Checklist
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...