How to implement multiple sponge layers to the same variable #4127
Unanswered
Dahaipang6561
asked this question in
Computational science!
Replies: 1 comment 8 replies
-
Does this setup compile on GPU? Wondering if there's an inference issue. PS for code blocks use triple backticks not just one (```) |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as the title suggests, I am struggling to implement multiple sponge layers to the same variables u and v to make them damped near the edges of x and y. I have got a reference for implementation from a previous discussion here, and the code is running. The problem now is that it is taking forever to run. I am wondering if I have done anything wrong in implementing those sponge layers and if there are better things I can do for the same purpose.
Beta Was this translation helpful? Give feedback.
All reactions