slimgroup / JUDI.jl

Julia Devito inversion.
https://slimgroup.github.io/JUDI.jl
MIT License
94 stars 29 forks source link

three PML absorption boundaries and one free sea surface #221

Open quanhuiyuan opened 5 months ago

quanhuiyuan commented 5 months ago

Hello! I have a problem when I applied JUDI. May I ask if JUDI can support this (three PML absorption boundaries and one free sea surface) ?

mloubout commented 5 months ago

JUDI supports a free surface via the option free_surface=true, i.e

opt = Options(free_surface=true, ...)
F = judiModeling(model, srcgeom,recgeom;options=opt)