How to set PML absorption in the upper, left, and right directions in 2D? Is the direction of PML only be left and right or up and down, Can I separate the top, bottom, left, and right settings separately?
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
How to set PML absorption in the upper, left, and right directions
(2 posts) (2 voices)-
Posted 1 year ago #
-
Using the current k-Wave API, you can only set the PML properties in each Cartesian direction. However, you could modify either
getPML
or the simulation functions (e.g.,kspaceFirstOrder3D
see line 617 onwards) to get different behaviour.Posted 1 year ago #
Reply
You must log in to post.