-
Notifications
You must be signed in to change notification settings - Fork 15
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
5-arg mul!
for continuously coupled operators?
#145
Comments
I think I should have implemented everything in terms of SummationByPartsOperators.jl/src/coupling.jl Lines 424 to 439 in 4854524
If that doesn't work, please let me know! PRs are always welcome, of course. |
Sorry, I didn't realize that was already there. I was looking for julia> methods(mul!, (SummationByPartsOperators.UniformNonperiodicCoupledOperator,), SummationByPartsOperators)
# 0 methods for generic function "mul!": Looking more closely, I think the issue is that I need a 5-argument |
Ah, I see. Yeah, the case of 5-arg |
Sounds good. I'll try implementing it later this week. |
mul!
for continuously coupled operators?mul!
for continuously coupled operators?
Is there a
mul!
operation specialized forSummationByPartsOperators.UniformNonperiodicCoupledOperator
? If not, I'd be happy to help add it if that's useful.The text was updated successfully, but these errors were encountered: