-
Hello! I want to use the JUDI software to setup a source which generates plane waves, but it seems that the default sources defined in JUDI are all point sources, can anyone tells me how to setup a plane wave source in JUDI? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 17 replies
-
If you want to generate a plane wave, the easiest way is to use |
Beta Was this translation helpful? Give feedback.
-
Hello!
But when I retrive the wavefields data using
julia prompts the following error:
I use the code example ''extended_source_lsqr.jl"
|
Beta Was this translation helpful? Give feedback.
-
Hello!
|
Beta Was this translation helpful? Give feedback.
Hello!
Before the update of newer versions, I tried the following method to record wavefields: In the following code I deploy receivers on each grid point of the simulation domain, but executing the code results in process being killed by julia. I don't know whether it is because the simulation exceeds memory upper bounds set in Julia (because similar setting can be run in other finite difference programs), and I want to find a way to make the code running. Here is the code snippet