-
Notifications
You must be signed in to change notification settings - Fork 11
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
bug in divergence_result_type #2208
Comments
Oh, thank you! |
Actually, I'm a bit confused how I even found this issue, now that I think about it-- I think I grabbed the example from our test suite. Maybe it was a matter of combining operations? Thoughts, @dennisYatunin? |
You might have tried calling an |
That would make sense. Could you review #2210? |
Describe the bug
When calling the following function
it results in an error
Changing
@. ᶜdivᵥ_uₕ((0 * ᶠgradᵥ(ᶜuₕ))) / ᶜρ
to@. lazy(ᶜdivᵥ_uₕ((0 * ᶠgradᵥ(ᶜuₕ))) / ᶜρ)
fixes the issue.To Reproduce
I'll try to make a minimal working example later.
The text was updated successfully, but these errors were encountered: