-
Notifications
You must be signed in to change notification settings - Fork 78
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
update README with solver upgrades #117
Conversation
README.md
Outdated
Simulation((512,384), (1,0), 32; body, perdir=(2,)) | ||
``` | ||
|
||
Additionally, the flag `exitBC=true` can be passed to the `Simulation` function to enable convective boundary conditions. This will apply a 1D convective exit in the __`x`__ direction (there is not way to change this at the moment). The `exitBC` flag is set to `false` by default. |
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.
Explain what exitBC=false
defaults too?
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.
@marinlauber this?
Is there anything else to be done here? |
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #117 +/- ##
=======================================
Coverage 96.13% 96.13%
=======================================
Files 12 12
Lines 491 491
=======================================
Hits 472 472
Misses 19 19 ☔ View full report in Codecov by Sentry. |
I fixed everything. This is ready. |
I realized that some of the solver's new capabilities are not well documented. I have updated the README.md with a few useful things.