├── 00_Intro_Python_Jupyter_notebooks ├── 0_Jupyter_Python_short_intro.ipynb ├── 1_Interacting_with_Python.ipynb ├── 2_Jupyter_strings_and_lists.ipynb ├── 4_NumPy_Arrays_and_Plotting.ipynb ├── 5_Linear_Regression_with_Real_Data.ipynb ├── LICENSE ├── README.md ├── data │ └── land_global_temperature_anomaly-1880-2016.csv └── images │ ├── 3d_array_sketch.png │ ├── TEW2_overview.jpg │ ├── create_notebook.png │ ├── jupyter-main.png │ ├── new_notebook.png │ ├── slicing.png │ └── variables.png ├── 01_Analytical_solutions ├── 1D_Green_wk_2_tx_domain.pdf ├── 1_Equations_of_motion_elastic_medium.ipynb ├── 2_Isotropic_elastic_medium.ipynb ├── 3_Acoustic_medium.ipynb ├── 4_2D_1D_elastic_acoustic_approx.ipynb ├── 5_Greens_function_acoustic_1-3D.ipynb ├── 6_Thunderstorm_in_1D-3D_acoustic_media.ipynb ├── README.md ├── data │ ├── 800px-Lightning_cloud_to_cloud.jpg │ └── thunder.wav ├── images │ ├── Hookes-law-springs.png │ ├── ISO_vs_ANISO.png │ └── stress_tensor_final.png └── lecture_notebooks │ └── 5_Greens_function_acoustic_1-3D.ipynb ├── 02_Mesh_generation ├── 1_Cartesian_Finite_Difference_grid.ipynb ├── 2_Quad_mesh_TFI_intro.ipynb ├── 3_Quad_mesh_TFI_sea_dike.ipynb ├── 4_Tri_mesh_delaunay_yigma_tepe.ipynb ├── README.md ├── data │ ├── yigma_tepe_TFI_mesh_X.dat │ └── yigma_tepe_TFI_mesh_Z.dat ├── images │ ├── 2D-grid_cart_ac.png │ ├── TFI_concept.png │ ├── tumlauk_deich_FWI.jpg │ └── yigmatepe_1.jpg └── lecture_notebooks │ └── 1_Cartesian_Finite_Difference_grid.ipynb ├── 03_Intro_finite_differences ├── 1_fd_intro.ipynb ├── 2_fd_ac1d.ipynb ├── README.md ├── images │ └── gauss_disc_final.png └── lecture_notebooks │ ├── 1_fd_intro.ipynb │ └── 2_fd_ac1d.ipynb ├── 04_FD_stability_dispersion ├── 1_fd_stability_dispersion.ipynb ├── 2_fd_accuracy.ipynb ├── 3_fd_taylor_operators.ipynb ├── 4_general_fd_taylor_operators.ipynb ├── README.md ├── images │ └── FD_error_1st_derivative_gauss.png └── lecture_notebooks │ ├── 1_fd_stability_dispersion.ipynb │ ├── 3_fd_taylor_operators.ipynb │ └── 4_general_fd_taylor_operators.ipynb ├── 05_2D_acoustic_FD_modelling ├── 1_From_1D_to_2D_acoustic_FD_modelling_final.ipynb ├── 2_Optimizing_fdac2d_code.ipynb ├── 3_fdac2d_num_stability_anisotropy.ipynb ├── 4_fdac2d_absorbing_boundary.ipynb ├── 5_fdac2d_heterogeneous.ipynb ├── 6_fdac2d_marmousi_model_exercise.ipynb ├── 7_fdac2d_sensitivity_kernels.ipynb ├── DENISE-AC-Matlab-Edition │ ├── PML.m │ ├── TD_AC_5p.m │ ├── TD_AC_5p_sparse.m │ ├── create_mod.m │ ├── def_acq.m │ ├── denise.m │ ├── extend_model.m │ ├── extract_model.m │ ├── init_A_AC_5p.m │ ├── inp_model.m │ ├── input_files │ │ └── inp_model_marmousi.m │ ├── read_acq.m │ ├── readmod.m │ ├── receiver │ │ └── receiver_OBC.dat │ ├── shift_acq.m │ ├── source │ │ └── source_OBC_VSP.dat │ ├── start │ │ └── marmousi_II_marine.vp │ ├── tmp │ │ └── SRM.m │ └── util │ │ └── seismic.map ├── README.md ├── cxx │ └── 2dac.cpp ├── images │ ├── 2D-grid_cart_ac.png │ ├── realistic_subsurface.png │ └── subsurface.png ├── lecture_notebooks │ ├── 1_From_1D_to_2D_acoustic_FD_modelling.ipynb │ ├── 2_Optimizing_fdac2d_code.ipynb │ ├── 3_fdac2d_num_stability_anisotropy.ipynb │ ├── 4_fdac2d_absorbing_boundary.ipynb │ ├── 5_fdac2d_heterogeneous.ipynb │ └── 7_fdac2d_sensitivity_kernels.ipynb └── marmousi-2 │ ├── README_first.txt │ ├── marmousi_II_fatt.vp │ └── marmousi_II_marine.vp ├── 06_2D_SH_Love_wave_modelling ├── 1_2D_SH_FD_staggered.ipynb ├── 2_From_2D_acoustic_to_SH_FD_modelling_final.ipynb ├── 3_2D_SH_FD_modelling_quarter_plane_problem.ipynb ├── 4_2D_SH_FD_modelling_Love_waves.ipynb ├── Fossa_Carolina │ ├── Fossa_Carolina_LBL.vs │ └── README_first.txt ├── README.md ├── images │ ├── FATT_FWI_comp_photo_final.jpg │ ├── SG_SH-Cart.png │ └── SH_quarter_problem.jpg └── lecture_notebooks │ └── 2_From_2D_acoustic_to_SH_FD_modelling.ipynb ├── 07_SH_waves_in_moons_and_planets ├── 1_SH_wave_propagation_in_spherical_coordinates.ipynb ├── 2_2D_SHaxi_FD_modelling_earth.ipynb ├── 3_2D_SHaxi_FD_modelling_moon.ipynb ├── 4_2D_SHaxi_FD_modelling_ganymede.ipynb ├── PREM_model │ ├── PREM.csv │ └── README_first.txt ├── README.md ├── ganymede_model │ ├── README_first.txt │ └── ganymede_model.dat ├── images │ ├── 3D_spherical.png │ ├── Galilean_moons.jpg │ ├── InsideGanymede.jpg │ ├── SG_SH-sph.png │ └── moon_apollo_seis.jpg └── moon_model │ ├── README_first.txt │ └── moon_weber2011.dat ├── 08_1D_visco_elastic_SH_modelling ├── 1_Intro_viscoelasticity.ipynb ├── 2_viscoelastic_stress_strain.ipynb ├── 3_TD_viscoelastic_equations_of_motion.ipynb ├── 4_1D_visc_SH_FD_modelling.ipynb ├── README.md ├── images │ ├── GMB.png │ ├── Hooke_Newton_model.png │ ├── Kelvin_Voigt_model.png │ ├── Maxwell_model.png │ ├── SG_1D_SH-Cart.png │ └── SLS.png └── tew2 │ ├── FD_2DAC.py │ ├── __init__.py │ └── __pycache__ │ ├── FD_2DAC.cpython-36.pyc │ └── __init__.cpython-36.pyc ├── 09_PSV_Rayleigh_wave_modelling ├── 1_2D_PSV_hom_block_model.ipynb ├── 6_Lambs_problem_3D │ ├── .txt │ ├── canhfs.for │ ├── input.txt │ ├── lambs_problem.ipynb │ ├── lambs_problem_solution.ipynb │ ├── lambs_setup.png │ └── ricker.py ├── README.md └── fig │ └── SSG_cart_new_small.png ├── 10_2D_acoustic_FDFD_PMLs ├── GERMAINE-AC-Matlab-Edition │ ├── PML.m │ ├── RHS_AC.m │ ├── create_mod.m │ ├── def_acq.m │ ├── extend_model.m │ ├── extract_model.m │ ├── germaine.m │ ├── init_A_AC_5p.m │ ├── init_A_AC_9p_mixed_pml.m │ ├── inp_model.m │ ├── input_files │ │ └── inp_model_marmousi.m │ ├── read_acq.m │ ├── readmod.m │ ├── receiver │ │ └── receiver_OBC.dat │ ├── shift_acq.m │ ├── source │ │ └── source_OBC_VSP.dat │ ├── start │ │ └── marmousi_II_marine.vp │ ├── tmp │ │ └── SRM.m │ └── util │ │ └── seismic.map └── QUICKSTART.txt ├── 11_2D_anisotropic_SH_FD_modelling └── README.txt ├── 12_1D_SH_Spectral_Elements ├── 1_se_Lagrange_interpolation.ipynb ├── 2_se_numerical_integration_GLL.ipynb ├── 3_se_homo_1d.ipynb ├── 4_se_hetero_1d.ipynb ├── gll.py ├── lagrange.py ├── lagrange1st.py ├── lagrange2.py ├── legendre.py └── ricker.py ├── GERMAINE-SH-Matlab-Edition ├── PML.m ├── RHS_AC.m ├── create_mod.m ├── def_acq.m ├── extend_model.m ├── extract_model.m ├── germaine.m ├── init_A_SH_9p_mixed_pml.m ├── inp_model.m ├── input_files │ └── inp_model_marmousi.m ├── read_acq.m ├── readmod.m ├── receiver │ └── receiver_OBC.dat ├── shift_acq.m ├── source │ └── source_OBC_VSP.dat ├── start │ └── marmousi_II_marine.vp ├── tmp │ └── SRM.m └── util │ └── seismic.map ├── Github_update.txt ├── Overview_TEW2.pdf ├── README.md └── style └── custom.css /00_Intro_Python_Jupyter_notebooks/0_Jupyter_Python_short_intro.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/0_Jupyter_Python_short_intro.ipynb -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/1_Interacting_with_Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/1_Interacting_with_Python.ipynb -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/2_Jupyter_strings_and_lists.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/2_Jupyter_strings_and_lists.ipynb -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/4_NumPy_Arrays_and_Plotting.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/4_NumPy_Arrays_and_Plotting.ipynb -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/5_Linear_Regression_with_Real_Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/5_Linear_Regression_with_Real_Data.ipynb -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/LICENSE -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/README.md -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/data/land_global_temperature_anomaly-1880-2016.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/data/land_global_temperature_anomaly-1880-2016.csv -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/images/3d_array_sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/images/3d_array_sketch.png -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/images/TEW2_overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/images/TEW2_overview.jpg -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/images/create_notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/images/create_notebook.png -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/images/jupyter-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/images/jupyter-main.png -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/images/new_notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/images/new_notebook.png -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/images/slicing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/images/slicing.png -------------------------------------------------------------------------------- /00_Intro_Python_Jupyter_notebooks/images/variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/00_Intro_Python_Jupyter_notebooks/images/variables.png -------------------------------------------------------------------------------- /01_Analytical_solutions/1D_Green_wk_2_tx_domain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/1D_Green_wk_2_tx_domain.pdf -------------------------------------------------------------------------------- /01_Analytical_solutions/1_Equations_of_motion_elastic_medium.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/1_Equations_of_motion_elastic_medium.ipynb -------------------------------------------------------------------------------- /01_Analytical_solutions/2_Isotropic_elastic_medium.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/2_Isotropic_elastic_medium.ipynb -------------------------------------------------------------------------------- /01_Analytical_solutions/3_Acoustic_medium.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/3_Acoustic_medium.ipynb -------------------------------------------------------------------------------- /01_Analytical_solutions/4_2D_1D_elastic_acoustic_approx.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/4_2D_1D_elastic_acoustic_approx.ipynb -------------------------------------------------------------------------------- /01_Analytical_solutions/5_Greens_function_acoustic_1-3D.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/5_Greens_function_acoustic_1-3D.ipynb -------------------------------------------------------------------------------- /01_Analytical_solutions/6_Thunderstorm_in_1D-3D_acoustic_media.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/6_Thunderstorm_in_1D-3D_acoustic_media.ipynb -------------------------------------------------------------------------------- /01_Analytical_solutions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/README.md -------------------------------------------------------------------------------- /01_Analytical_solutions/data/800px-Lightning_cloud_to_cloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/data/800px-Lightning_cloud_to_cloud.jpg -------------------------------------------------------------------------------- /01_Analytical_solutions/data/thunder.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/data/thunder.wav -------------------------------------------------------------------------------- /01_Analytical_solutions/images/Hookes-law-springs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/images/Hookes-law-springs.png -------------------------------------------------------------------------------- /01_Analytical_solutions/images/ISO_vs_ANISO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/images/ISO_vs_ANISO.png -------------------------------------------------------------------------------- /01_Analytical_solutions/images/stress_tensor_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/images/stress_tensor_final.png -------------------------------------------------------------------------------- /01_Analytical_solutions/lecture_notebooks/5_Greens_function_acoustic_1-3D.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/01_Analytical_solutions/lecture_notebooks/5_Greens_function_acoustic_1-3D.ipynb -------------------------------------------------------------------------------- /02_Mesh_generation/1_Cartesian_Finite_Difference_grid.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/1_Cartesian_Finite_Difference_grid.ipynb -------------------------------------------------------------------------------- /02_Mesh_generation/2_Quad_mesh_TFI_intro.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/2_Quad_mesh_TFI_intro.ipynb -------------------------------------------------------------------------------- /02_Mesh_generation/3_Quad_mesh_TFI_sea_dike.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/3_Quad_mesh_TFI_sea_dike.ipynb -------------------------------------------------------------------------------- /02_Mesh_generation/4_Tri_mesh_delaunay_yigma_tepe.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/4_Tri_mesh_delaunay_yigma_tepe.ipynb -------------------------------------------------------------------------------- /02_Mesh_generation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/README.md -------------------------------------------------------------------------------- /02_Mesh_generation/data/yigma_tepe_TFI_mesh_X.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/data/yigma_tepe_TFI_mesh_X.dat -------------------------------------------------------------------------------- /02_Mesh_generation/data/yigma_tepe_TFI_mesh_Z.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/data/yigma_tepe_TFI_mesh_Z.dat -------------------------------------------------------------------------------- /02_Mesh_generation/images/2D-grid_cart_ac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/images/2D-grid_cart_ac.png -------------------------------------------------------------------------------- /02_Mesh_generation/images/TFI_concept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/images/TFI_concept.png -------------------------------------------------------------------------------- /02_Mesh_generation/images/tumlauk_deich_FWI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/images/tumlauk_deich_FWI.jpg -------------------------------------------------------------------------------- /02_Mesh_generation/images/yigmatepe_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/images/yigmatepe_1.jpg -------------------------------------------------------------------------------- /02_Mesh_generation/lecture_notebooks/1_Cartesian_Finite_Difference_grid.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/02_Mesh_generation/lecture_notebooks/1_Cartesian_Finite_Difference_grid.ipynb -------------------------------------------------------------------------------- /03_Intro_finite_differences/1_fd_intro.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/03_Intro_finite_differences/1_fd_intro.ipynb -------------------------------------------------------------------------------- /03_Intro_finite_differences/2_fd_ac1d.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/03_Intro_finite_differences/2_fd_ac1d.ipynb -------------------------------------------------------------------------------- /03_Intro_finite_differences/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/03_Intro_finite_differences/README.md -------------------------------------------------------------------------------- /03_Intro_finite_differences/images/gauss_disc_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/03_Intro_finite_differences/images/gauss_disc_final.png -------------------------------------------------------------------------------- /03_Intro_finite_differences/lecture_notebooks/1_fd_intro.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/03_Intro_finite_differences/lecture_notebooks/1_fd_intro.ipynb -------------------------------------------------------------------------------- /03_Intro_finite_differences/lecture_notebooks/2_fd_ac1d.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/03_Intro_finite_differences/lecture_notebooks/2_fd_ac1d.ipynb -------------------------------------------------------------------------------- /04_FD_stability_dispersion/1_fd_stability_dispersion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/1_fd_stability_dispersion.ipynb -------------------------------------------------------------------------------- /04_FD_stability_dispersion/2_fd_accuracy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/2_fd_accuracy.ipynb -------------------------------------------------------------------------------- /04_FD_stability_dispersion/3_fd_taylor_operators.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/3_fd_taylor_operators.ipynb -------------------------------------------------------------------------------- /04_FD_stability_dispersion/4_general_fd_taylor_operators.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/4_general_fd_taylor_operators.ipynb -------------------------------------------------------------------------------- /04_FD_stability_dispersion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/README.md -------------------------------------------------------------------------------- /04_FD_stability_dispersion/images/FD_error_1st_derivative_gauss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/images/FD_error_1st_derivative_gauss.png -------------------------------------------------------------------------------- /04_FD_stability_dispersion/lecture_notebooks/1_fd_stability_dispersion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/lecture_notebooks/1_fd_stability_dispersion.ipynb -------------------------------------------------------------------------------- /04_FD_stability_dispersion/lecture_notebooks/3_fd_taylor_operators.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/lecture_notebooks/3_fd_taylor_operators.ipynb -------------------------------------------------------------------------------- /04_FD_stability_dispersion/lecture_notebooks/4_general_fd_taylor_operators.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/04_FD_stability_dispersion/lecture_notebooks/4_general_fd_taylor_operators.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/1_From_1D_to_2D_acoustic_FD_modelling_final.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/1_From_1D_to_2D_acoustic_FD_modelling_final.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/2_Optimizing_fdac2d_code.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/2_Optimizing_fdac2d_code.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/3_fdac2d_num_stability_anisotropy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/3_fdac2d_num_stability_anisotropy.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/4_fdac2d_absorbing_boundary.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/4_fdac2d_absorbing_boundary.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/5_fdac2d_heterogeneous.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/5_fdac2d_heterogeneous.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/6_fdac2d_marmousi_model_exercise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/6_fdac2d_marmousi_model_exercise.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/7_fdac2d_sensitivity_kernels.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/7_fdac2d_sensitivity_kernels.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/PML.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/PML.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/TD_AC_5p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/TD_AC_5p.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/TD_AC_5p_sparse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/TD_AC_5p_sparse.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/create_mod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/create_mod.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/def_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/def_acq.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/denise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/denise.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/extend_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/extend_model.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/extract_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/extract_model.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/init_A_AC_5p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/init_A_AC_5p.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/inp_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/inp_model.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/input_files/inp_model_marmousi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/input_files/inp_model_marmousi.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/read_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/read_acq.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/readmod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/readmod.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/receiver/receiver_OBC.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/receiver/receiver_OBC.dat -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/shift_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/shift_acq.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/source/source_OBC_VSP.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/source/source_OBC_VSP.dat -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/start/marmousi_II_marine.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/start/marmousi_II_marine.vp -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/tmp/SRM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/tmp/SRM.m -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/util/seismic.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/DENISE-AC-Matlab-Edition/util/seismic.map -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/README.md -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/cxx/2dac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/cxx/2dac.cpp -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/images/2D-grid_cart_ac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/images/2D-grid_cart_ac.png -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/images/realistic_subsurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/images/realistic_subsurface.png -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/images/subsurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/images/subsurface.png -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/lecture_notebooks/1_From_1D_to_2D_acoustic_FD_modelling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/lecture_notebooks/1_From_1D_to_2D_acoustic_FD_modelling.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/lecture_notebooks/2_Optimizing_fdac2d_code.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/lecture_notebooks/2_Optimizing_fdac2d_code.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/lecture_notebooks/3_fdac2d_num_stability_anisotropy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/lecture_notebooks/3_fdac2d_num_stability_anisotropy.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/lecture_notebooks/4_fdac2d_absorbing_boundary.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/lecture_notebooks/4_fdac2d_absorbing_boundary.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/lecture_notebooks/5_fdac2d_heterogeneous.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/lecture_notebooks/5_fdac2d_heterogeneous.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/lecture_notebooks/7_fdac2d_sensitivity_kernels.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/lecture_notebooks/7_fdac2d_sensitivity_kernels.ipynb -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/marmousi-2/README_first.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/marmousi-2/README_first.txt -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/marmousi-2/marmousi_II_fatt.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/marmousi-2/marmousi_II_fatt.vp -------------------------------------------------------------------------------- /05_2D_acoustic_FD_modelling/marmousi-2/marmousi_II_marine.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/05_2D_acoustic_FD_modelling/marmousi-2/marmousi_II_marine.vp -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/1_2D_SH_FD_staggered.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/1_2D_SH_FD_staggered.ipynb -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/2_From_2D_acoustic_to_SH_FD_modelling_final.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/2_From_2D_acoustic_to_SH_FD_modelling_final.ipynb -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/3_2D_SH_FD_modelling_quarter_plane_problem.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/3_2D_SH_FD_modelling_quarter_plane_problem.ipynb -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/4_2D_SH_FD_modelling_Love_waves.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/4_2D_SH_FD_modelling_Love_waves.ipynb -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/Fossa_Carolina/Fossa_Carolina_LBL.vs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/Fossa_Carolina/Fossa_Carolina_LBL.vs -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/Fossa_Carolina/README_first.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/Fossa_Carolina/README_first.txt -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/README.md -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/images/FATT_FWI_comp_photo_final.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/images/FATT_FWI_comp_photo_final.jpg -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/images/SG_SH-Cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/images/SG_SH-Cart.png -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/images/SH_quarter_problem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/images/SH_quarter_problem.jpg -------------------------------------------------------------------------------- /06_2D_SH_Love_wave_modelling/lecture_notebooks/2_From_2D_acoustic_to_SH_FD_modelling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/06_2D_SH_Love_wave_modelling/lecture_notebooks/2_From_2D_acoustic_to_SH_FD_modelling.ipynb -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/1_SH_wave_propagation_in_spherical_coordinates.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/1_SH_wave_propagation_in_spherical_coordinates.ipynb -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/2_2D_SHaxi_FD_modelling_earth.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/2_2D_SHaxi_FD_modelling_earth.ipynb -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/3_2D_SHaxi_FD_modelling_moon.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/3_2D_SHaxi_FD_modelling_moon.ipynb -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/4_2D_SHaxi_FD_modelling_ganymede.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/4_2D_SHaxi_FD_modelling_ganymede.ipynb -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/PREM_model/PREM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/PREM_model/PREM.csv -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/PREM_model/README_first.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/PREM_model/README_first.txt -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/README.md -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/ganymede_model/README_first.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/ganymede_model/README_first.txt -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/ganymede_model/ganymede_model.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/ganymede_model/ganymede_model.dat -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/images/3D_spherical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/images/3D_spherical.png -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/images/Galilean_moons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/images/Galilean_moons.jpg -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/images/InsideGanymede.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/images/InsideGanymede.jpg -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/images/SG_SH-sph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/images/SG_SH-sph.png -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/images/moon_apollo_seis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/images/moon_apollo_seis.jpg -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/moon_model/README_first.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/moon_model/README_first.txt -------------------------------------------------------------------------------- /07_SH_waves_in_moons_and_planets/moon_model/moon_weber2011.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/07_SH_waves_in_moons_and_planets/moon_model/moon_weber2011.dat -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/1_Intro_viscoelasticity.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/1_Intro_viscoelasticity.ipynb -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/2_viscoelastic_stress_strain.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/2_viscoelastic_stress_strain.ipynb -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/3_TD_viscoelastic_equations_of_motion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/3_TD_viscoelastic_equations_of_motion.ipynb -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/4_1D_visc_SH_FD_modelling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/4_1D_visc_SH_FD_modelling.ipynb -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/README.md -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/images/GMB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/images/GMB.png -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/images/Hooke_Newton_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/images/Hooke_Newton_model.png -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/images/Kelvin_Voigt_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/images/Kelvin_Voigt_model.png -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/images/Maxwell_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/images/Maxwell_model.png -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/images/SG_1D_SH-Cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/images/SG_1D_SH-Cart.png -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/images/SLS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/images/SLS.png -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/tew2/FD_2DAC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/tew2/FD_2DAC.py -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/tew2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/tew2/__pycache__/FD_2DAC.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/tew2/__pycache__/FD_2DAC.cpython-36.pyc -------------------------------------------------------------------------------- /08_1D_visco_elastic_SH_modelling/tew2/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/08_1D_visco_elastic_SH_modelling/tew2/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/1_2D_PSV_hom_block_model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/1_2D_PSV_hom_block_model.ipynb -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/.txt -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/canhfs.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/canhfs.for -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/input.txt -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/lambs_problem.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/lambs_problem.ipynb -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/lambs_problem_solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/lambs_problem_solution.ipynb -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/lambs_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/lambs_setup.png -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/ricker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/6_Lambs_problem_3D/ricker.py -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/README.md -------------------------------------------------------------------------------- /09_PSV_Rayleigh_wave_modelling/fig/SSG_cart_new_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/09_PSV_Rayleigh_wave_modelling/fig/SSG_cart_new_small.png -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/PML.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/PML.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/RHS_AC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/RHS_AC.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/create_mod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/create_mod.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/def_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/def_acq.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/extend_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/extend_model.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/extract_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/extract_model.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/germaine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/germaine.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/init_A_AC_5p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/init_A_AC_5p.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/init_A_AC_9p_mixed_pml.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/init_A_AC_9p_mixed_pml.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/inp_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/inp_model.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/input_files/inp_model_marmousi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/input_files/inp_model_marmousi.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/read_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/read_acq.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/readmod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/readmod.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/receiver/receiver_OBC.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/receiver/receiver_OBC.dat -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/shift_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/shift_acq.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/source/source_OBC_VSP.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/source/source_OBC_VSP.dat -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/start/marmousi_II_marine.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/start/marmousi_II_marine.vp -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/tmp/SRM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/tmp/SRM.m -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/util/seismic.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/GERMAINE-AC-Matlab-Edition/util/seismic.map -------------------------------------------------------------------------------- /10_2D_acoustic_FDFD_PMLs/QUICKSTART.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/10_2D_acoustic_FDFD_PMLs/QUICKSTART.txt -------------------------------------------------------------------------------- /11_2D_anisotropic_SH_FD_modelling/README.txt: -------------------------------------------------------------------------------- 1 | # Theory-of-seismic-waves-II 2 | Under Construction 3 | -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/1_se_Lagrange_interpolation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/1_se_Lagrange_interpolation.ipynb -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/2_se_numerical_integration_GLL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/2_se_numerical_integration_GLL.ipynb -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/3_se_homo_1d.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/3_se_homo_1d.ipynb -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/4_se_hetero_1d.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/4_se_hetero_1d.ipynb -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/gll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/gll.py -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/lagrange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/lagrange.py -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/lagrange1st.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/lagrange1st.py -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/lagrange2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/lagrange2.py -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/legendre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/legendre.py -------------------------------------------------------------------------------- /12_1D_SH_Spectral_Elements/ricker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/12_1D_SH_Spectral_Elements/ricker.py -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/PML.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/PML.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/RHS_AC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/RHS_AC.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/create_mod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/create_mod.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/def_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/def_acq.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/extend_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/extend_model.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/extract_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/extract_model.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/germaine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/germaine.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/init_A_SH_9p_mixed_pml.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/init_A_SH_9p_mixed_pml.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/inp_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/inp_model.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/input_files/inp_model_marmousi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/input_files/inp_model_marmousi.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/read_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/read_acq.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/readmod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/readmod.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/receiver/receiver_OBC.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/receiver/receiver_OBC.dat -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/shift_acq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/shift_acq.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/source/source_OBC_VSP.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/source/source_OBC_VSP.dat -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/start/marmousi_II_marine.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/start/marmousi_II_marine.vp -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/tmp/SRM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/tmp/SRM.m -------------------------------------------------------------------------------- /GERMAINE-SH-Matlab-Edition/util/seismic.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/GERMAINE-SH-Matlab-Edition/util/seismic.map -------------------------------------------------------------------------------- /Github_update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/Github_update.txt -------------------------------------------------------------------------------- /Overview_TEW2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/Overview_TEW2.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/README.md -------------------------------------------------------------------------------- /style/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniel-koehn/Theory-of-seismic-waves-II/HEAD/style/custom.css --------------------------------------------------------------------------------