├── ALL.zip ├── CPU_vti2dfd_kernels.c ├── GPU_vti2dfd_kernels.cu ├── GPU_vti3dfd_kernels.cu ├── GTK_cpuvti2dfd.c ├── GTK_gpuvti2dfd.c ├── GTK_gpuvti3dfd.c ├── GTK_main.c ├── LICENSE ├── Makefile ├── README.md ├── fwi.png ├── include ├── function │ └── GTK_menu.c ├── hc │ ├── alloc.c │ ├── alloc.h │ ├── bhdr.h │ ├── cjbsegy.h │ ├── complex.c │ ├── complex.h │ ├── cwp.h │ ├── fft.c │ ├── fft.h │ ├── hdr.h │ └── mute_direct.h └── picture │ ├── 2d.png │ ├── 3d.png │ ├── README.md │ ├── background1.png │ ├── background2.png │ └── background3.png ├── screenshot01-MainWindow.jpg ├── screenshot02-snapshot.png └── screenshot03-equation.jpg /ALL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/ALL.zip -------------------------------------------------------------------------------- /CPU_vti2dfd_kernels.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/CPU_vti2dfd_kernels.c -------------------------------------------------------------------------------- /GPU_vti2dfd_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/GPU_vti2dfd_kernels.cu -------------------------------------------------------------------------------- /GPU_vti3dfd_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/GPU_vti3dfd_kernels.cu -------------------------------------------------------------------------------- /GTK_cpuvti2dfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/GTK_cpuvti2dfd.c -------------------------------------------------------------------------------- /GTK_gpuvti2dfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/GTK_gpuvti2dfd.c -------------------------------------------------------------------------------- /GTK_gpuvti3dfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/GTK_gpuvti3dfd.c -------------------------------------------------------------------------------- /GTK_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/GTK_main.c -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/README.md -------------------------------------------------------------------------------- /fwi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/fwi.png -------------------------------------------------------------------------------- /include/function/GTK_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/function/GTK_menu.c -------------------------------------------------------------------------------- /include/hc/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/alloc.c -------------------------------------------------------------------------------- /include/hc/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/alloc.h -------------------------------------------------------------------------------- /include/hc/bhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/bhdr.h -------------------------------------------------------------------------------- /include/hc/cjbsegy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/cjbsegy.h -------------------------------------------------------------------------------- /include/hc/complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/complex.c -------------------------------------------------------------------------------- /include/hc/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/complex.h -------------------------------------------------------------------------------- /include/hc/cwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/cwp.h -------------------------------------------------------------------------------- /include/hc/fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/fft.c -------------------------------------------------------------------------------- /include/hc/fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/fft.h -------------------------------------------------------------------------------- /include/hc/hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/hdr.h -------------------------------------------------------------------------------- /include/hc/mute_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/hc/mute_direct.h -------------------------------------------------------------------------------- /include/picture/2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/picture/2d.png -------------------------------------------------------------------------------- /include/picture/3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/picture/3d.png -------------------------------------------------------------------------------- /include/picture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/picture/README.md -------------------------------------------------------------------------------- /include/picture/background1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/picture/background1.png -------------------------------------------------------------------------------- /include/picture/background2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/picture/background2.png -------------------------------------------------------------------------------- /include/picture/background3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/include/picture/background3.png -------------------------------------------------------------------------------- /screenshot01-MainWindow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/screenshot01-MainWindow.jpg -------------------------------------------------------------------------------- /screenshot02-snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/screenshot02-snapshot.png -------------------------------------------------------------------------------- /screenshot03-equation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rtoax/VTI-FD-CUDA-GTK/HEAD/screenshot03-equation.jpg --------------------------------------------------------------------------------