|
|
|
|
Homework 1 |
For extra credit, you can modify the wave modeling program to include
anisotropic wave propagation effects. The program below (slightly
modified from the original version by Paul Sava) implements wave
modeling with equation
Your task is to modify the code to implement your anisotropic equation (14). You will test your implementation using a constant velocity example shown in Figure 2.
|
|---|
|
wave
Figure 2. Wavefield snapshot for propagation from a point-source in a homogeneous medium. Modify the code to make wave propagation anisotropic. |
|
|
geo384w/hw1/code
scons wave.vplto compile and run the program and to observe a propagating wave on your screen.
scons wave.vplagain to compile and test your program. If you want to add additional tests, modify the file SConstruct.
scons lockto lock the figures.
|
|
|
|
Homework 1 |