-
Notifications
You must be signed in to change notification settings - Fork 60
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
Make dcdd shock capture optional for heat transfer #1268
Make dcdd shock capture optional for heat transfer #1268
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.
Small things to adress
Good work man. Thanks for this cool refactor
Cna you rebase also?
…n. updated doc and modified source code
75a1a3b
to
4b9d295
Compare
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.
One last tinyc hange, then good to go
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 small comments. I will reread it if you change the parameter section. Otherwise, just pin me and I will approve it. Good job!
…ttps://github.com/chaos-polymtl/lethe into make_dcdd_shock_capture_optional_for_heat_transfer
@mivaia an advice please rebase master onto your branch instead of merging next time. We always wish to avoid merge commits. |
Will merge after CI has passed |
Description DCDD stabilization was always used for the heat equation. DCDD usage sometimes lead to results that were not expected. More investigation will be needed in the future to understand what is the effect of adding the DCDD stabilization. DCDD is now disabled by default. A new assembler has been created in order to take it into account. Testing Modified existing tests using heat transfer. Co-authored-by: Bruno Blais <[email protected]> Former-commit-id: b6090ce
Description DCDD stabilization was always used for the heat equation. DCDD usage sometimes lead to results that were not expected. More investigation will be needed in the future to understand what is the effect of adding the DCDD stabilization. DCDD is now disabled by default. A new assembler has been created in order to take it into account. Testing Modified existing tests using heat transfer. Co-authored-by: Bruno Blais <[email protected]> Former-commit-id: b6090ce
Description
DCDD stabilization was always used for the heat equation. DCDD usage sometimes lead to results that were not expected. More investigation will be needed in the future to understand what is the effect of adding the DCDD stabilization.
DCDD is now disabled by default. A new assembler has been created in order to take it into account.
Testing
Modified existing tests using heat transfer.
Documentation
Added a set DCDD shock capture option in the multiphysics section.
Miscellaneous (will be removed when merged)
Checklist (will be removed when merged)
See this page for more information about the pull request process.
Code related list:
Pull request related list: