-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: Add Taper Layers in wave solvers #3224
base: develop
Are you sure you want to change the base?
Conversation
Hi @rrsettgast Could you take a look at it and approve if it seems good to you? Thank you ! PS: I don't know why the docs build does not pass, it is only saying "We encountered a problem with a command while building your project. To resolve this error, double check your project configuration and installed dependencies are correct and have not changed recently." |
@sframba @rrsettgast @CusiniM can you review this please ? Thanks |
This PR add a first version of Taper layers for wave solvers
These layers are set to improve the efficiency of absoption of boundaries.
This is how the version version works:
For this first version only second order solver contains the taper functionality and the computation of the profile as been simplified in particular in corner cases.
Those two functionalities will be add in a next PR.