-
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
Add verbosity to interface thickness in Cahn-Hilliard (and CHNS) solver #1291
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.
Nice work! I have a few comments! :)
applications_tests/lethe-fluid/cahn_hilliard_epsilon_verbosity.prm
Outdated
Show resolved
Hide resolved
applications_tests/lethe-fluid/cahn_hilliard_epsilon_verbosity.prm
Outdated
Show resolved
Hide resolved
553a368
to
1600392
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.
2 last minor comments/suggestions
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.
Two small comments to address
Co-authored-by: Amishga Alphonius <[email protected]>
d598d4f
to
abe293b
Compare
…er (#1291) Description It is often useful for the user to know the exact value of the interface thickness when it is determined automatically. Hence a verbosity parameter was added to the interface thickness parameter to display it at every iteration and make sure it remains coherent with the problem under study. Testing An application test was added to make sure any future change to the code do not break the interface thickness computation (whether in deal.ii or lethe) Co-authored-by: Amishga Alphonius <[email protected]> Former-commit-id: 9d43a28
…er (#1291) Description It is often useful for the user to know the exact value of the interface thickness when it is determined automatically. Hence a verbosity parameter was added to the interface thickness parameter to display it at every iteration and make sure it remains coherent with the problem under study. Testing An application test was added to make sure any future change to the code do not break the interface thickness computation (whether in deal.ii or lethe) Co-authored-by: Amishga Alphonius <[email protected]> Former-commit-id: 9d43a28
Description
It is often useful for the user to know the exact value of the interface thickness when it is determined automatically. Hence a verbosity parameter was added to the interface thickness parameter to display it at every iteration and make sure it remains coherent with the problem under study.
Testing
An application test was added to make sure any future change to the code do not break the interface thickness computation (whether in deal.ii or lethe)
Documentation
This pull requests adds a new parameter in the Cahn-Hilliard subsection of the .prm file. The documentation was modified accordingly and also made clearer.
Code related list:
Pull request related list: