Closed gawng closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 41.45%. Comparing base (
1541c53
) to head (6c50a06
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Aside from the line breaks, I did add that this is a finite volume code. Mention of IDWarp and the solvers are now in there.
@eirikurj @lamkina I believe this is ready now.
Purpose
Some of the students in class were getting into ADflow and had some questions. This update to the intro should help a little.
Now we explicitly mention the finite volume discretization, and point towards
options
andsolvers
pages.Expected time until merged
No rush
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable