Replies: 3 comments
-
The current boundary condition is a diffusion mechanism that translate to solving the equation where The damping profile is implemented here and the pde in kernels.py If you want to look at something fancier like PMLs you might wanna look at this devito tutorials https://github.com/devitocodes/devito/tree/master/examples/seismic/abc_methods |
Beta Was this translation helpful? Give feedback.
-
@mloubout according to the Devito examples, PML expects May this work? |
Beta Was this translation helpful? Give feedback.
-
Draft PR #210 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I feel like default boundary condition requires to greatly expand computational grid so it absorbs waves.
I would like to play around this.
Especially I wanted to compare Absorbing Boundary Conditions (ABC) and Perfectly Matched Layers (PML).
Could you please guide me where it is implemented in JUDI and how can I start start modifying BC?
Also for now JUDI uses ABC or PML?
Beta Was this translation helpful? Give feedback.
All reactions