Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 660 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 660 Bytes

SH

SH wave propagation modeling using staggered-grid Finite Difference Method and seismogram calculation

Compile for seismogram calculation
g++ -std=c++11 -Wall -Wextra -c sh2dwave.cpp -o sh2dwave.o
g++ -std=c++11 -Wall -Wextra -c seismo.cpp -o seismo.o
g++ sh2dwave.o seismo.o -o sh2dseis_program
./sh2dseis_program

SH Wave Propagation using Python without absorbing boundary condition - matplotlib animation

Image

SH Wave Propagation using absorbing boundary condition

Image