| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| # array allocated on the SubDomain. As such, they do not represent a shift of index | ||
| # on the physical grid and can (and should) be zeroed for the purpose of determining | ||
| # if the halo is touched. | ||
| tkns_subs = {tkn: 0 for tkn in self[findex].free_symbols if isinstance(tkn, Thickness)} |
There was a problem hiding this comment.
search(self[findex], Thickness) ?
Sorry, something went wrong.
| # on the physical grid and can (and should) be zeroed for the purpose of determining | ||
| # if the halo is touched. | ||
| tkns_subs = {tkn: 0 for tkn in self[findex].free_symbols if isinstance(tkn, Thickness)} | ||
| findex_wo_thickness = self[findex].subs(tkns_subs) if tkns_subs else self[findex] |
There was a problem hiding this comment.
No need, subs({}) is no-op already
Sorry, something went wrong.
|
|
||
| op = Operator(eqns) | ||
|
|
||
| print(op.ccode) |
There was a problem hiding this comment.
debug?
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 38.88889% with 11 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #2988 +/- ##
==========================================
- Coverage 83.54% 83.54% -0.01%
==========================================
Files 257 257
Lines 53906 53922 +16
Branches 4613 4613
==========================================
+ Hits 45037 45049 +12
- Misses 8066 8075 +9
+ Partials 803 798 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.