ucl-bug/jwave

Optimal PML for various methods

astanziola opened this issue · 1 comments

The package needs a support function for setting optimal PML sizes, probably as a method of the Medium class. It should be analogous to the one provided by kWave, but discretization dependent

Alternatively, instead of writing it as a method of the Medium class, the actual value of the pml could be of type Union[int, PML.Optimal], or something along those lines