├── 2D-3D-vti-fd-cuda-gtk-GUI ├── CPU_vti2dfd_kernels.c ├── GPU_vti2dfd_kernels.cu ├── GPU_vti3dfd_kernels.cu ├── GTK_cpuvti2dfd.c ├── GTK_gpuvti2dfd.c ├── GTK_gpuvti3dfd.c ├── GTK_main.c ├── Makefile ├── README.md ├── 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 └── screenshot.jpg ├── 2D-ISO-RayTracing-Lagan-c ├── Makefile ├── README.md ├── hc │ ├── alloc.c │ ├── alloc.h │ ├── bhdr.h │ ├── cjbsegy.h │ ├── complex.c │ ├── complex.h │ ├── core │ ├── cwp.h │ ├── fft.c │ ├── fft.h │ ├── hdr.h │ └── mute_direct.h ├── screenshot1.png ├── screenshot2.png ├── screenshot3.png ├── step1_shot_location1.txt ├── step_self_new_2.c └── tomo-2.par ├── 2D-ISO-RayTracing-Lagan-java-GUI ├── Demo_58_LaganRayTracing_4.java ├── Makefile ├── README.md ├── folder32.png ├── ok32.png ├── raypath.txt ├── raytracing32.png ├── screenshot1.png ├── screenshot2.png └── screenshot3.png ├── 2D-ISO-tomography-inversion-c-0.0 ├── README.md ├── Toa_step_1.c ├── Toa_step_2.c ├── Toa_step_3.c ├── Toa_step_4.c ├── step_self1234.sh ├── tomo-1.par ├── tomo-2.par ├── tomo-3.par └── tomo-4.par ├── 2D-iso-fwi-MultiScale-mpi-SeixmicUnix ├── README.md ├── Scale_Filter_Smooth.c ├── Scale_PRP_model_rw_mu.c ├── Scale_changegrid.c ├── Scale_changev.c ├── Scale_filter.sh ├── Scale_fwi_sl_zm_rw_mu.c ├── Scale_getVel_from_velRecord.c ├── Scale_read_nloop_vel.c ├── Scale_smooth.sh ├── Scale_vel_model.c ├── Scale_vel_model2.c ├── filter.sh └── smooth.f95 ├── 2D-tti-RayTracing-c ├── README.md ├── Rayt2d_demo_self.sh ├── ray.sh ├── rayt2d_have_surf.c ├── rayt2d_no_surf.c ├── rayt2d_no_surf_rslocation.c └── rayt2dan.c ├── 2D-tti-fd+rtm-cuda ├── Makefile ├── README.md ├── Toa_gpu_2dtti_fd_1orderfunction.cu ├── Toa_gpu_2dtti_fd_elastic.cu ├── Toa_gpu_2dtti_rtm_adcigs_iorderfunciton.cu ├── Toa_vel.c ├── diff.c ├── laplace.c ├── stkADCIGs.c ├── tti2d_acousticFD ├── tti2d_acousticRTM └── tti2d_elasticFD ├── 2D-vti-fd+rtm-cuda ├── Makefile ├── README.md ├── Toa_gpu2DvtiFdRtmAdcigsLaplace.cu ├── bin2eps │ ├── README.txt │ ├── add.c │ ├── bin2eps_adcigs.sh │ ├── bin2eps_max.sh │ ├── bin2eps_mig.sh │ ├── bin2eps_shot.sh │ ├── bin2eps_snap.sh │ ├── bin2eps_vel.sh │ ├── bin2segy.sh │ └── ps.sh └── functions │ ├── README.txt │ ├── Toa_bin2lines.c │ ├── Toa_vel.c │ ├── Toa_vtiMedia.c │ ├── adcigs_add2one.c │ ├── adcigs_chouxi.c │ ├── adcigs_laplace.c │ ├── adcigs_single.c │ ├── adcigs_stk.c │ ├── bin2eps_shot.sh │ ├── diff.c │ ├── maxValueLine.c │ ├── migration_laplace.c │ ├── shot_muteDirect.c │ └── vel_resamp.c ├── 2D-vti-fd+rtm-mpi ├── Makefile ├── README.md ├── Toa_model_vti.c ├── Toa_rtm_vti_adcig_cdp.c ├── hc │ ├── README.txt │ ├── alloc.c │ ├── alloc.h │ ├── bhdr.h │ ├── cjbsegy.h │ ├── complex.c │ ├── complex.h │ ├── cwp.h │ ├── fft.c │ ├── fft.h │ ├── hdr.h │ └── mute_direct.h └── run.sh ├── 2D-vti-fd-cuda+gtk-GUI ├── 1_model_gtk.c ├── 2_model_gtk.c ├── 3_model_gtk.c ├── 4_model_GPU_kernels.cu ├── 4_model_gtk_gpu.c ├── Makefile └── README.md ├── 2D-vti-fd-cuda-gtk-GUI ├── GPU_VTImodel_kernels.cu ├── GTK_VTI.c ├── Makefile ├── README.md ├── screenshot1.png └── screenshot2.png ├── 2D-vti-fd-omp ├── Makefile ├── README.md └── Toafd2domp_2.c ├── 3D-iso-fd-cuda+mpi-0.0 ├── Makefile ├── README.md ├── Toa_3dfd_cuda.cu └── Toa_3dfd_mpi.c ├── 3D-iso-fd-rtm-fwi-cuda ├── README.md ├── fd3d │ ├── Mgpufwi.cu │ ├── Mgpurtm.cu │ ├── README.txt │ ├── Toa_gpufd3d.cu │ ├── cuda_fwi_kernels.cu │ ├── cuda_rtm_kernels.cu │ ├── run.sh │ └── vel.rsf ├── fwi3d │ ├── README.txt │ ├── Toa_gpu_3dFD.cu │ ├── Toa_gpu_3dFWI-.cu │ ├── Toa_gpu_3dFWI.cu │ ├── Toa_gpu_3dRTM.cu │ ├── Toa_gpufd3d-.cu │ ├── Toa_gpufwi3d.cu │ ├── Toa_run.sh │ ├── Toa_smooth3.c │ ├── Toa_vel3.c │ ├── temp.c │ ├── temp.cu │ ├── vel.rsf │ └── vel_initial.rsf └── rtm3d │ ├── Mgpufwi.cu │ ├── Mgpurtm.cu │ ├── README.txt │ ├── Toa_gpurtm3d.cu │ ├── cuda_fwi_kernels.cu │ ├── cuda_rtm_kernels.cu │ ├── run.sh │ └── vel.rsf ├── 3D-iso-fwi-mpi-c ├── README.md ├── Toa_3dMute.c ├── Toa_3picture.c ├── Toa_Show_snapCube.sh ├── Toa_fwi3.c ├── Toa_fwi3_poynting.c ├── Toa_fwi3_poynting_rtm.c ├── Toa_fwi3_poynting_rtm_1.c ├── Toa_model3.c ├── Toa_model3_poynting.c ├── Toa_smooth3.c ├── Toa_vel3.c ├── half.c ├── ps.sh └── sum.c ├── 3D-vti-fd+rtm-cuda ├── Makefile ├── README.md ├── Toa_gpu_3dvti_fd_1orderfunciton.cu ├── Toa_gpu_3dvti_rtm_adcigs_1orderfunction.cu ├── Toa_vel3.c ├── diff.c ├── run.sh ├── vti3Dfd └── vti3Drtm ├── 3D-vti-fd-cuda+mpi ├── CUDA_MPI_3dFD │ ├── Makefile │ ├── Toa_3dfd_cuda.cu │ └── Toa_3dfd_mpi.c ├── Makefile ├── README.md ├── Toa_3dfd_cuda.cu ├── Toa_3dfd_mpi.c ├── fd ├── hostfile └── screenshot.png ├── CWP ├── CSMines_seal.png ├── README.md └── ximage │ ├── Axes.h │ ├── AxesP.h │ ├── Makefile │ ├── Xlib.h │ ├── Xmcwp.h │ ├── Xtcwp.h │ ├── alloc.c │ ├── atopkge.c │ ├── axesbox.c │ ├── colormap.c │ ├── cwp.h │ ├── cwpcmaps.h │ ├── docpkge.c │ ├── drawcurve.c │ ├── ealloc.c │ ├── errpkge.c │ ├── exit.c │ ├── fgettr.c │ ├── filestat.c │ ├── fputtr.c │ ├── garnish.c │ ├── garnish.h │ ├── getpars.c │ ├── header.h │ ├── image.c │ ├── intl2b.c │ ├── legendbox.c │ ├── par.h │ ├── picking.h │ ├── rubberbox.c │ ├── scaxis.c │ ├── segy.h │ ├── sort.c │ ├── strstuff.c │ ├── su.h │ ├── subcalls.c │ ├── syscalls.c │ ├── tempname.c │ ├── window.c │ ├── ximage │ ├── ximage.c │ ├── ximage.jpg │ ├── xplot.h │ └── xwindow.h ├── README.md ├── Temp ├── README.md ├── cuda │ ├── Tgpuvtifd.cu │ ├── TgpuvtirtmadcigsLa.cu │ ├── TgpuvtirtmadcigsRS.cu │ ├── Toa_gpu2DvtiFdRtmAdcigsLaplace.cu │ ├── Toa_gpu_2diso_rtm_adcigs_laplace.cu │ ├── Toa_gpu_2dtti_fd_1orderfunction.cu │ ├── Toa_gpu_2dtti_fd_elastic.cu │ ├── Toa_gpu_2dtti_rtm_adcigs_iorderfunciton.cu │ ├── Toa_gpu_2dvti_fd.cu │ ├── Toa_gpu_2dvti_rtm_adcigs_laplace.cu │ ├── Toa_gpu_2dvti_rtm_adcigs_laplace_RS.cu │ ├── Toa_gpu_3D_VTI_FD_1order.cu │ ├── Toa_gpu_3D_VTI_RTM_ADCIGs_1order.cu │ ├── Toa_gpu_3dvti_fd_1orderfunciton.cu │ ├── Toa_gpu_3dvti_rtm_adcigs_1orderfunction.cu │ ├── Toa_gpu_TTI_FD_1order.cu │ ├── Toa_gpu_TTI_FD_2order_VS0.cu │ ├── Toa_gpu_TTI_RTM_ADCIGs_1order.cu │ ├── Toa_gpu_VTI_FD_1order.cu │ ├── Toa_gpu_VTI_FD_1order_VS0.cu │ ├── Toa_gpu_VTI_FD_2order.cu │ ├── Toa_gpu_VTI_FD_2order_VS0.cu │ ├── Toa_gpu_VTI_RTM_2order.cu │ ├── Toa_gpu_VTI_RTM_ADCIGs_1order.cu │ └── Toa_gpu_VTI_RTM_ADCIGs_1order_readShot.cu └── mpi │ ├── Toa_RTM_VTI_2order.c │ ├── Toa_model2d_mu_EqualCDP.c │ ├── Toa_model_VTI_2order.c │ ├── Toa_model_VTI_alloc1float.c │ ├── Toa_model_aniso_tti1-sv.c │ ├── Toa_model_aniso_tti1.c │ ├── Toa_model_aniso_vti1-sv-epsilu-deta.c │ ├── Toa_model_aniso_vti1-sv-read_epsilu-deta.c │ ├── Toa_model_aniso_vti1-sv.c │ ├── Toa_model_aniso_vti1.c │ ├── Toa_model_readwavelet_mutedirectwave.c │ ├── Toa_model_vti.c │ ├── Toa_mpi_VTI_RTM_2order.c │ ├── Toa_rtm_vti_adcig_cdp.c │ └── Toa_rtm_vti_adcig_cdp_rs.c ├── Toolkit ├── ADCIGs │ ├── adcigs-laplace.c │ ├── adcigs-smile.c │ └── adcigs-stkADCIGs.c └── utils │ └── diff-Binary.c ├── install-MPICH-on-Linux.md ├── install-Madagascar.md ├── logo_UPC.jpg ├── software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0 ├── Compile.sh ├── FileTree.jpg ├── MainWindow.java ├── Makefile ├── lib │ ├── include │ │ ├── README.txt │ │ ├── alloc.c │ │ ├── alloc.h │ │ ├── bhdr.h │ │ ├── cjbsegy.h │ │ ├── complex.c │ │ ├── complex.h │ │ ├── cwp.h │ │ ├── fft.c │ │ ├── fft.h │ │ ├── hdr.h │ │ └── mute_direct.h │ ├── seismic │ │ ├── README.txt │ │ ├── RungeKutta.h │ │ ├── libRungeKutta.so │ │ ├── src_seismic_RungeKutta.c │ │ └── src_seismic_RungeKutta.h │ └── src_seismic_RungeKutta.h ├── net │ └── java │ │ └── dev │ │ └── designgridlayout │ │ ├── AbstractClassBasedHeightGrowPolicy.java │ │ ├── AbstractNonGridRow.java │ │ ├── AbstractRow.java │ │ ├── AbstractRowItem.java │ │ ├── BarRow.java │ │ ├── BarRowItem.java │ │ ├── BaselineHelper.java │ │ ├── BasicItem.java │ │ ├── CenterRow.java │ │ ├── ClassBasedHeightGrowPolicy.java │ │ ├── ComponentGapsHelper.java │ │ ├── ComponentHelper.java │ │ ├── Componentizer.java │ │ ├── ComponentizerItem.java │ │ ├── ComponentizerLayout.java │ │ ├── ContainerHeightGrowPolicy.java │ │ ├── DefaultGrowPolicy.java │ │ ├── DesignGridLayout.java │ │ ├── DesignGridLayoutManager.java │ │ ├── EmptySubGrid.java │ │ ├── GridRow.java │ │ ├── HeightGrowPolicy.java │ │ ├── HeightGrowPolicyMapper.java │ │ ├── IBarRow.java │ │ ├── IExtractor.java │ │ ├── IGridRow.java │ │ ├── IHideable.java │ │ ├── IItem.java │ │ ├── INonGridRow.java │ │ ├── IRow.java │ │ ├── IRowCreator.java │ │ ├── IRowItem.java │ │ ├── ISpannableGridRow.java │ │ ├── ISubGrid.java │ │ ├── ISubGridStarter.java │ │ ├── JScrollPaneHeightGrowPolicy.java │ │ ├── JSliderHeightGrowPolicy.java │ │ ├── LabelAlignment.java │ │ ├── LayoutHelper.java │ │ ├── LeftRow.java │ │ ├── MarkerHelper.java │ │ ├── NonGridRowItem.java │ │ ├── OrientationPolicy.java │ │ ├── ParentWrapper.java │ │ ├── PlatformHelper.java │ │ ├── README.txt │ │ ├── RightRow.java │ │ ├── RowGroup.java │ │ ├── RowItem.java │ │ ├── RowIterator.java │ │ ├── SubGrid.java │ │ ├── SubList.java │ │ ├── Tag.java │ │ ├── UnitHeightGrowPolicy.java │ │ └── package-info.java └── picture │ ├── Author │ ├── README.txt │ ├── rongtao.png │ └── rongtao2.png │ ├── BackGround │ ├── README.txt │ ├── background1.png │ ├── background2.png │ ├── background3.png │ ├── background4.png │ ├── background5.png │ └── background6.png │ └── ButtonImg │ ├── bicycle16.png │ ├── bicycle32.png │ ├── bomb16.png │ ├── bomb32.png │ ├── close16.png │ ├── close32.png │ ├── color16.png │ ├── color32.png │ ├── computer16.png │ ├── computer32.png │ ├── copy16.png │ ├── copy32.png │ └── curve16.png ├── utils-3D-smooth-f95 ├── Makefile ├── README.md ├── Toa_smooth3D.c └── smooth.f95 ├── utils-Laplacian-filter ├── Makefile ├── README.md └── laplace.c ├── utils-binary2segy ├── LICENSE ├── README.md ├── binary2segy.c └── hc │ ├── README.txt │ ├── alloc.c │ ├── alloc.h │ ├── bhdr.h │ ├── cjbsegy.h │ ├── complex.c │ ├── complex.h │ ├── cwp.h │ ├── fft.c │ ├── fft.h │ ├── hdr.h │ └── mute_direct.h └── utils-getBinaryMedia-c ├── Toa_vel.c └── Toa_vtiMedia.c /2D-3D-vti-fd-cuda-gtk-GUI/CPU_vti2dfd_kernels.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/CPU_vti2dfd_kernels.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/GPU_vti2dfd_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/GPU_vti2dfd_kernels.cu -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/GPU_vti3dfd_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/GPU_vti3dfd_kernels.cu -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/GTK_cpuvti2dfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/GTK_cpuvti2dfd.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/GTK_gpuvti2dfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/GTK_gpuvti2dfd.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/GTK_gpuvti3dfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/GTK_gpuvti3dfd.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/GTK_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/GTK_main.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/Makefile -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/README.md -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/function/GTK_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/function/GTK_menu.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/alloc.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/alloc.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/bhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/bhdr.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/cjbsegy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/cjbsegy.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/complex.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/complex.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/cwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/cwp.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/fft.c -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/fft.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/hdr.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/hc/mute_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/hc/mute_direct.h -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/picture/2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/picture/2d.png -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/picture/3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/picture/3d.png -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/picture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/picture/README.md -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/picture/background1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/picture/background1.png -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/picture/background2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/picture/background2.png -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/include/picture/background3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/include/picture/background3.png -------------------------------------------------------------------------------- /2D-3D-vti-fd-cuda-gtk-GUI/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-3D-vti-fd-cuda-gtk-GUI/screenshot.jpg -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/Makefile -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/README.md -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/alloc.c -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/alloc.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/bhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/bhdr.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/cjbsegy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/cjbsegy.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/complex.c -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/complex.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/core -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/cwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/cwp.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/fft.c -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/fft.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/hdr.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/hc/mute_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/hc/mute_direct.h -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/screenshot1.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/screenshot2.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/screenshot3.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/step1_shot_location1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/step1_shot_location1.txt -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/step_self_new_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/step_self_new_2.c -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-c/tomo-2.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-c/tomo-2.par -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/Demo_58_LaganRayTracing_4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/Demo_58_LaganRayTracing_4.java -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/Makefile -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/README.md -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/folder32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/folder32.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/ok32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/ok32.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/raypath.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/raypath.txt -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/raytracing32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/raytracing32.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/screenshot1.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/screenshot2.png -------------------------------------------------------------------------------- /2D-ISO-RayTracing-Lagan-java-GUI/screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-RayTracing-Lagan-java-GUI/screenshot3.png -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/README.md -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/Toa_step_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/Toa_step_1.c -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/Toa_step_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/Toa_step_2.c -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/Toa_step_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/Toa_step_3.c -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/Toa_step_4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/Toa_step_4.c -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/step_self1234.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/step_self1234.sh -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/tomo-1.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/tomo-1.par -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/tomo-2.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/tomo-2.par -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/tomo-3.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/tomo-3.par -------------------------------------------------------------------------------- /2D-ISO-tomography-inversion-c-0.0/tomo-4.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-ISO-tomography-inversion-c-0.0/tomo-4.par -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/README.md -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_Filter_Smooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_Filter_Smooth.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_PRP_model_rw_mu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_PRP_model_rw_mu.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_changegrid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_changegrid.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_changev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_changev.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_filter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_filter.sh -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_fwi_sl_zm_rw_mu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_fwi_sl_zm_rw_mu.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_getVel_from_velRecord.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_getVel_from_velRecord.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_read_nloop_vel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_read_nloop_vel.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_smooth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_smooth.sh -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_vel_model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_vel_model.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_vel_model2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/Scale_vel_model2.c -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/filter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/filter.sh -------------------------------------------------------------------------------- /2D-iso-fwi-MultiScale-mpi-SeixmicUnix/smooth.f95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-iso-fwi-MultiScale-mpi-SeixmicUnix/smooth.f95 -------------------------------------------------------------------------------- /2D-tti-RayTracing-c/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-RayTracing-c/README.md -------------------------------------------------------------------------------- /2D-tti-RayTracing-c/Rayt2d_demo_self.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-RayTracing-c/Rayt2d_demo_self.sh -------------------------------------------------------------------------------- /2D-tti-RayTracing-c/ray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-RayTracing-c/ray.sh -------------------------------------------------------------------------------- /2D-tti-RayTracing-c/rayt2d_have_surf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-RayTracing-c/rayt2d_have_surf.c -------------------------------------------------------------------------------- /2D-tti-RayTracing-c/rayt2d_no_surf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-RayTracing-c/rayt2d_no_surf.c -------------------------------------------------------------------------------- /2D-tti-RayTracing-c/rayt2d_no_surf_rslocation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-RayTracing-c/rayt2d_no_surf_rslocation.c -------------------------------------------------------------------------------- /2D-tti-RayTracing-c/rayt2dan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-RayTracing-c/rayt2dan.c -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/Makefile -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/README.md -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/Toa_gpu_2dtti_fd_1orderfunction.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/Toa_gpu_2dtti_fd_1orderfunction.cu -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/Toa_gpu_2dtti_fd_elastic.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/Toa_gpu_2dtti_fd_elastic.cu -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/Toa_gpu_2dtti_rtm_adcigs_iorderfunciton.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/Toa_gpu_2dtti_rtm_adcigs_iorderfunciton.cu -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/Toa_vel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/Toa_vel.c -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/diff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/diff.c -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/laplace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/laplace.c -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/stkADCIGs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/stkADCIGs.c -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/tti2d_acousticFD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/tti2d_acousticFD -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/tti2d_acousticRTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/tti2d_acousticRTM -------------------------------------------------------------------------------- /2D-tti-fd+rtm-cuda/tti2d_elasticFD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-tti-fd+rtm-cuda/tti2d_elasticFD -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/Makefile: -------------------------------------------------------------------------------- 1 | ALL: 2 | nvcc -o vtifdrtm Toa_gpu2DvtiFdRtmAdcigsLaplace.cu 3 | clean: 4 | rm -f *.o *~ 5 | -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/README.md -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/Toa_gpu2DvtiFdRtmAdcigsLaplace.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/Toa_gpu2DvtiFdRtmAdcigsLaplace.cu -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/README.txt: -------------------------------------------------------------------------------- 1 | #shell 2 | binary to eps picture with SeismicUnix 3 | -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/add.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/bin2eps_adcigs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/bin2eps_adcigs.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/bin2eps_max.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/bin2eps_max.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/bin2eps_mig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/bin2eps_mig.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/bin2eps_shot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/bin2eps_shot.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/bin2eps_snap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/bin2eps_snap.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/bin2eps_vel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/bin2eps_vel.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/bin2segy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/bin2segy.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/bin2eps/ps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/bin2eps/ps.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/README.txt: -------------------------------------------------------------------------------- 1 | #function 2 | use C language 3 | -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/Toa_bin2lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/Toa_bin2lines.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/Toa_vel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/Toa_vel.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/Toa_vtiMedia.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/Toa_vtiMedia.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/adcigs_add2one.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/adcigs_add2one.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/adcigs_chouxi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/adcigs_chouxi.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/adcigs_laplace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/adcigs_laplace.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/adcigs_single.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/adcigs_single.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/adcigs_stk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/adcigs_stk.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/bin2eps_shot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/bin2eps_shot.sh -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/diff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/diff.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/maxValueLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/maxValueLine.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/migration_laplace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/migration_laplace.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/shot_muteDirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/shot_muteDirect.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-cuda/functions/vel_resamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-cuda/functions/vel_resamp.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/Makefile -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/README.md -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/Toa_model_vti.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/Toa_model_vti.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/Toa_rtm_vti_adcig_cdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/Toa_rtm_vti_adcig_cdp.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/README.txt: -------------------------------------------------------------------------------- 1 | #include: 2 | Copyright@ CWP 3 | -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/alloc.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/alloc.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/bhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/bhdr.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/cjbsegy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/cjbsegy.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/complex.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/complex.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/cwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/cwp.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/fft.c -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/fft.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/hdr.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/hc/mute_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/hc/mute_direct.h -------------------------------------------------------------------------------- /2D-vti-fd+rtm-mpi/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd+rtm-mpi/run.sh -------------------------------------------------------------------------------- /2D-vti-fd-cuda+gtk-GUI/1_model_gtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda+gtk-GUI/1_model_gtk.c -------------------------------------------------------------------------------- /2D-vti-fd-cuda+gtk-GUI/2_model_gtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda+gtk-GUI/2_model_gtk.c -------------------------------------------------------------------------------- /2D-vti-fd-cuda+gtk-GUI/3_model_gtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda+gtk-GUI/3_model_gtk.c -------------------------------------------------------------------------------- /2D-vti-fd-cuda+gtk-GUI/4_model_GPU_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda+gtk-GUI/4_model_GPU_kernels.cu -------------------------------------------------------------------------------- /2D-vti-fd-cuda+gtk-GUI/4_model_gtk_gpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda+gtk-GUI/4_model_gtk_gpu.c -------------------------------------------------------------------------------- /2D-vti-fd-cuda+gtk-GUI/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda+gtk-GUI/Makefile -------------------------------------------------------------------------------- /2D-vti-fd-cuda+gtk-GUI/README.md: -------------------------------------------------------------------------------- 1 | # GTK图形界面的正演模拟(CUDA) 2 | -------------------------------------------------------------------------------- /2D-vti-fd-cuda-gtk-GUI/GPU_VTImodel_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda-gtk-GUI/GPU_VTImodel_kernels.cu -------------------------------------------------------------------------------- /2D-vti-fd-cuda-gtk-GUI/GTK_VTI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda-gtk-GUI/GTK_VTI.c -------------------------------------------------------------------------------- /2D-vti-fd-cuda-gtk-GUI/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda-gtk-GUI/Makefile -------------------------------------------------------------------------------- /2D-vti-fd-cuda-gtk-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda-gtk-GUI/README.md -------------------------------------------------------------------------------- /2D-vti-fd-cuda-gtk-GUI/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda-gtk-GUI/screenshot1.png -------------------------------------------------------------------------------- /2D-vti-fd-cuda-gtk-GUI/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-cuda-gtk-GUI/screenshot2.png -------------------------------------------------------------------------------- /2D-vti-fd-omp/Makefile: -------------------------------------------------------------------------------- 1 | ALL: 2 | gcc -o fd Toafd2domp_2.c -fopenmp -lm -w -------------------------------------------------------------------------------- /2D-vti-fd-omp/README.md: -------------------------------------------------------------------------------- 1 | # OpenMP VTI medium Finite Difference 2 | -------------------------------------------------------------------------------- /2D-vti-fd-omp/Toafd2domp_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/2D-vti-fd-omp/Toafd2domp_2.c -------------------------------------------------------------------------------- /3D-iso-fd-cuda+mpi-0.0/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-cuda+mpi-0.0/Makefile -------------------------------------------------------------------------------- /3D-iso-fd-cuda+mpi-0.0/README.md: -------------------------------------------------------------------------------- 1 | # MPICH与CUDA混合编程 2 | ## 各向同性介质有限差分正演模拟,基于cuda和mpi 3 | -------------------------------------------------------------------------------- /3D-iso-fd-cuda+mpi-0.0/Toa_3dfd_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-cuda+mpi-0.0/Toa_3dfd_cuda.cu -------------------------------------------------------------------------------- /3D-iso-fd-cuda+mpi-0.0/Toa_3dfd_mpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-cuda+mpi-0.0/Toa_3dfd_mpi.c -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/README.md -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/Mgpufwi.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fd3d/Mgpufwi.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/Mgpurtm.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fd3d/Mgpurtm.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/README.txt: -------------------------------------------------------------------------------- 1 | 三维地震正演模拟 2 | -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/Toa_gpufd3d.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fd3d/Toa_gpufd3d.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/cuda_fwi_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fd3d/cuda_fwi_kernels.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/cuda_rtm_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fd3d/cuda_rtm_kernels.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fd3d/run.sh -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fd3d/vel.rsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fd3d/vel.rsf -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/README.txt: -------------------------------------------------------------------------------- 1 | 三维波形反演 2 | -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dFD.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dFD.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dFWI-.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dFWI-.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dFWI.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dFWI.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dRTM.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpu_3dRTM.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpufd3d-.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpufd3d-.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpufwi3d.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_gpufwi3d.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_run.sh -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_smooth3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_smooth3.c -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_vel3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/Toa_vel3.c -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/temp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/temp.c -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/temp.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/temp.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/vel.rsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/vel.rsf -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/fwi3d/vel_initial.rsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/fwi3d/vel_initial.rsf -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/Mgpufwi.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/rtm3d/Mgpufwi.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/Mgpurtm.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/rtm3d/Mgpurtm.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/README.txt: -------------------------------------------------------------------------------- 1 | 三维逆时偏移 2 | -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/Toa_gpurtm3d.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/rtm3d/Toa_gpurtm3d.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/cuda_fwi_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/rtm3d/cuda_fwi_kernels.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/cuda_rtm_kernels.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/rtm3d/cuda_rtm_kernels.cu -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/rtm3d/run.sh -------------------------------------------------------------------------------- /3D-iso-fd-rtm-fwi-cuda/rtm3d/vel.rsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fd-rtm-fwi-cuda/rtm3d/vel.rsf -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/README.md: -------------------------------------------------------------------------------- 1 | # 三维各向同性波形反演 2 | -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_3dMute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_3dMute.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_3picture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_3picture.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_Show_snapCube.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_Show_snapCube.sh -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_fwi3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_fwi3.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_fwi3_poynting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_fwi3_poynting.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_fwi3_poynting_rtm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_fwi3_poynting_rtm.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_fwi3_poynting_rtm_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_fwi3_poynting_rtm_1.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_model3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_model3.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_model3_poynting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_model3_poynting.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_smooth3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_smooth3.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/Toa_vel3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/Toa_vel3.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/half.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/half.c -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/ps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/ps.sh -------------------------------------------------------------------------------- /3D-iso-fwi-mpi-c/sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-iso-fwi-mpi-c/sum.c -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/Makefile -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/README.md -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/Toa_gpu_3dvti_fd_1orderfunciton.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/Toa_gpu_3dvti_fd_1orderfunciton.cu -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/Toa_gpu_3dvti_rtm_adcigs_1orderfunction.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/Toa_gpu_3dvti_rtm_adcigs_1orderfunction.cu -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/Toa_vel3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/Toa_vel3.c -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/diff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/diff.c -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/run.sh -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/vti3Dfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/vti3Dfd -------------------------------------------------------------------------------- /3D-vti-fd+rtm-cuda/vti3Drtm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd+rtm-cuda/vti3Drtm -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/CUDA_MPI_3dFD/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/CUDA_MPI_3dFD/Makefile -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/CUDA_MPI_3dFD/Toa_3dfd_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/CUDA_MPI_3dFD/Toa_3dfd_cuda.cu -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/CUDA_MPI_3dFD/Toa_3dfd_mpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/CUDA_MPI_3dFD/Toa_3dfd_mpi.c -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/Makefile -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/README.md -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/Toa_3dfd_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/Toa_3dfd_cuda.cu -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/Toa_3dfd_mpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/Toa_3dfd_mpi.c -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/fd -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/hostfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/hostfile -------------------------------------------------------------------------------- /3D-vti-fd-cuda+mpi/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/3D-vti-fd-cuda+mpi/screenshot.png -------------------------------------------------------------------------------- /CWP/CSMines_seal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/CSMines_seal.png -------------------------------------------------------------------------------- /CWP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/README.md -------------------------------------------------------------------------------- /CWP/ximage/Axes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/Axes.h -------------------------------------------------------------------------------- /CWP/ximage/AxesP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/AxesP.h -------------------------------------------------------------------------------- /CWP/ximage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/Makefile -------------------------------------------------------------------------------- /CWP/ximage/Xlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/Xlib.h -------------------------------------------------------------------------------- /CWP/ximage/Xmcwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/Xmcwp.h -------------------------------------------------------------------------------- /CWP/ximage/Xtcwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/Xtcwp.h -------------------------------------------------------------------------------- /CWP/ximage/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/alloc.c -------------------------------------------------------------------------------- /CWP/ximage/atopkge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/atopkge.c -------------------------------------------------------------------------------- /CWP/ximage/axesbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/axesbox.c -------------------------------------------------------------------------------- /CWP/ximage/colormap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/colormap.c -------------------------------------------------------------------------------- /CWP/ximage/cwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/cwp.h -------------------------------------------------------------------------------- /CWP/ximage/cwpcmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/cwpcmaps.h -------------------------------------------------------------------------------- /CWP/ximage/docpkge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/docpkge.c -------------------------------------------------------------------------------- /CWP/ximage/drawcurve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/drawcurve.c -------------------------------------------------------------------------------- /CWP/ximage/ealloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/ealloc.c -------------------------------------------------------------------------------- /CWP/ximage/errpkge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/errpkge.c -------------------------------------------------------------------------------- /CWP/ximage/exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/exit.c -------------------------------------------------------------------------------- /CWP/ximage/fgettr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/fgettr.c -------------------------------------------------------------------------------- /CWP/ximage/filestat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/filestat.c -------------------------------------------------------------------------------- /CWP/ximage/fputtr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/fputtr.c -------------------------------------------------------------------------------- /CWP/ximage/garnish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/garnish.c -------------------------------------------------------------------------------- /CWP/ximage/garnish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/garnish.h -------------------------------------------------------------------------------- /CWP/ximage/getpars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/getpars.c -------------------------------------------------------------------------------- /CWP/ximage/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/header.h -------------------------------------------------------------------------------- /CWP/ximage/image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/image.c -------------------------------------------------------------------------------- /CWP/ximage/intl2b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/intl2b.c -------------------------------------------------------------------------------- /CWP/ximage/legendbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/legendbox.c -------------------------------------------------------------------------------- /CWP/ximage/par.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/par.h -------------------------------------------------------------------------------- /CWP/ximage/picking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/picking.h -------------------------------------------------------------------------------- /CWP/ximage/rubberbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/rubberbox.c -------------------------------------------------------------------------------- /CWP/ximage/scaxis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/scaxis.c -------------------------------------------------------------------------------- /CWP/ximage/segy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/segy.h -------------------------------------------------------------------------------- /CWP/ximage/sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/sort.c -------------------------------------------------------------------------------- /CWP/ximage/strstuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/strstuff.c -------------------------------------------------------------------------------- /CWP/ximage/su.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/su.h -------------------------------------------------------------------------------- /CWP/ximage/subcalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/subcalls.c -------------------------------------------------------------------------------- /CWP/ximage/syscalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/syscalls.c -------------------------------------------------------------------------------- /CWP/ximage/tempname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/tempname.c -------------------------------------------------------------------------------- /CWP/ximage/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/window.c -------------------------------------------------------------------------------- /CWP/ximage/ximage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/ximage -------------------------------------------------------------------------------- /CWP/ximage/ximage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/ximage.c -------------------------------------------------------------------------------- /CWP/ximage/ximage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/ximage.jpg -------------------------------------------------------------------------------- /CWP/ximage/xplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/xplot.h -------------------------------------------------------------------------------- /CWP/ximage/xwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/CWP/ximage/xwindow.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/README.md -------------------------------------------------------------------------------- /Temp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/README.md -------------------------------------------------------------------------------- /Temp/cuda/Tgpuvtifd.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Tgpuvtifd.cu -------------------------------------------------------------------------------- /Temp/cuda/TgpuvtirtmadcigsLa.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/TgpuvtirtmadcigsLa.cu -------------------------------------------------------------------------------- /Temp/cuda/TgpuvtirtmadcigsRS.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/TgpuvtirtmadcigsRS.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu2DvtiFdRtmAdcigsLaplace.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu2DvtiFdRtmAdcigsLaplace.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_2diso_rtm_adcigs_laplace.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_2diso_rtm_adcigs_laplace.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_2dtti_fd_1orderfunction.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_2dtti_fd_1orderfunction.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_2dtti_fd_elastic.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_2dtti_fd_elastic.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_2dtti_rtm_adcigs_iorderfunciton.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_2dtti_rtm_adcigs_iorderfunciton.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_2dvti_fd.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_2dvti_fd.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_2dvti_rtm_adcigs_laplace.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_2dvti_rtm_adcigs_laplace.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_2dvti_rtm_adcigs_laplace_RS.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_2dvti_rtm_adcigs_laplace_RS.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_3D_VTI_FD_1order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_3D_VTI_FD_1order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_3D_VTI_RTM_ADCIGs_1order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_3D_VTI_RTM_ADCIGs_1order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_3dvti_fd_1orderfunciton.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_3dvti_fd_1orderfunciton.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_3dvti_rtm_adcigs_1orderfunction.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_3dvti_rtm_adcigs_1orderfunction.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_TTI_FD_1order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_TTI_FD_1order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_TTI_FD_2order_VS0.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_TTI_FD_2order_VS0.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_TTI_RTM_ADCIGs_1order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_TTI_RTM_ADCIGs_1order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_VTI_FD_1order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_VTI_FD_1order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_VTI_FD_1order_VS0.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_VTI_FD_1order_VS0.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_VTI_FD_2order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_VTI_FD_2order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_VTI_FD_2order_VS0.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_VTI_FD_2order_VS0.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_VTI_RTM_2order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_VTI_RTM_2order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_VTI_RTM_ADCIGs_1order.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_VTI_RTM_ADCIGs_1order.cu -------------------------------------------------------------------------------- /Temp/cuda/Toa_gpu_VTI_RTM_ADCIGs_1order_readShot.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/cuda/Toa_gpu_VTI_RTM_ADCIGs_1order_readShot.cu -------------------------------------------------------------------------------- /Temp/mpi/Toa_RTM_VTI_2order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_RTM_VTI_2order.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model2d_mu_EqualCDP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model2d_mu_EqualCDP.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_VTI_2order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_VTI_2order.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_VTI_alloc1float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_VTI_alloc1float.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_aniso_tti1-sv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_aniso_tti1-sv.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_aniso_tti1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_aniso_tti1.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_aniso_vti1-sv-epsilu-deta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_aniso_vti1-sv-epsilu-deta.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_aniso_vti1-sv-read_epsilu-deta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_aniso_vti1-sv-read_epsilu-deta.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_aniso_vti1-sv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_aniso_vti1-sv.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_aniso_vti1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_aniso_vti1.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_readwavelet_mutedirectwave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_readwavelet_mutedirectwave.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_model_vti.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_model_vti.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_mpi_VTI_RTM_2order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_mpi_VTI_RTM_2order.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_rtm_vti_adcig_cdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_rtm_vti_adcig_cdp.c -------------------------------------------------------------------------------- /Temp/mpi/Toa_rtm_vti_adcig_cdp_rs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Temp/mpi/Toa_rtm_vti_adcig_cdp_rs.c -------------------------------------------------------------------------------- /Toolkit/ADCIGs/adcigs-laplace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Toolkit/ADCIGs/adcigs-laplace.c -------------------------------------------------------------------------------- /Toolkit/ADCIGs/adcigs-smile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Toolkit/ADCIGs/adcigs-smile.c -------------------------------------------------------------------------------- /Toolkit/ADCIGs/adcigs-stkADCIGs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Toolkit/ADCIGs/adcigs-stkADCIGs.c -------------------------------------------------------------------------------- /Toolkit/utils/diff-Binary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/Toolkit/utils/diff-Binary.c -------------------------------------------------------------------------------- /install-MPICH-on-Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/install-MPICH-on-Linux.md -------------------------------------------------------------------------------- /install-Madagascar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/install-Madagascar.md -------------------------------------------------------------------------------- /logo_UPC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/logo_UPC.jpg -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/Compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/Compile.sh -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/FileTree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/FileTree.jpg -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/MainWindow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/MainWindow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/Makefile -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/README.txt: -------------------------------------------------------------------------------- 1 | 此文件夹内为C语言include头文件,版权归CWP所有Copyright@CWP 2 | -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/alloc.c -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/alloc.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/bhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/bhdr.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/cjbsegy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/cjbsegy.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/complex.c -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/complex.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/cwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/cwp.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/fft.c -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/fft.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/hdr.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/mute_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/include/mute_direct.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/README.txt: -------------------------------------------------------------------------------- 1 | 此文件夹内保存的为java的native方法对应的源程序。 2 | -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/RungeKutta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/RungeKutta.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/libRungeKutta.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/libRungeKutta.so -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/src_seismic_RungeKutta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/src_seismic_RungeKutta.c -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/src_seismic_RungeKutta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/seismic/src_seismic_RungeKutta.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/src_seismic_RungeKutta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/lib/src_seismic_RungeKutta.h -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractClassBasedHeightGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractClassBasedHeightGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractNonGridRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractNonGridRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractRowItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/AbstractRowItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BarRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BarRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BarRowItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BarRowItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BaselineHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BaselineHelper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BasicItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/BasicItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/CenterRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/CenterRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ClassBasedHeightGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ClassBasedHeightGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentGapsHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentGapsHelper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentHelper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/Componentizer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/Componentizer.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentizerItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentizerItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentizerLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ComponentizerLayout.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ContainerHeightGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ContainerHeightGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/DefaultGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/DefaultGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/DesignGridLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/DesignGridLayout.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/DesignGridLayoutManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/DesignGridLayoutManager.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/EmptySubGrid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/EmptySubGrid.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/GridRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/GridRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/HeightGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/HeightGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/HeightGrowPolicyMapper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/HeightGrowPolicyMapper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IBarRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IBarRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IExtractor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IExtractor.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IGridRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IGridRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IHideable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IHideable.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/INonGridRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/INonGridRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IRowCreator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IRowCreator.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IRowItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/IRowItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ISpannableGridRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ISpannableGridRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ISubGrid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ISubGrid.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ISubGridStarter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ISubGridStarter.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/JScrollPaneHeightGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/JScrollPaneHeightGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/JSliderHeightGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/JSliderHeightGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/LabelAlignment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/LabelAlignment.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/LayoutHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/LayoutHelper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/LeftRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/LeftRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/MarkerHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/MarkerHelper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/NonGridRowItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/NonGridRowItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/OrientationPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/OrientationPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ParentWrapper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/ParentWrapper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/PlatformHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/PlatformHelper.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/README.txt: -------------------------------------------------------------------------------- 1 | 此文件夹内为AWT\swing布局,非本人编写,在此做声明。 2 | -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RightRow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RightRow.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RowGroup.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RowGroup.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RowItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RowItem.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RowIterator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/RowIterator.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/SubGrid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/SubGrid.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/SubList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/SubList.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/Tag.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/Tag.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/UnitHeightGrowPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/UnitHeightGrowPolicy.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/package-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/net/java/dev/designgridlayout/package-info.java -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/Author/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/Author/README.txt -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/Author/rongtao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/Author/rongtao.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/Author/rongtao2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/Author/rongtao2.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/README.txt: -------------------------------------------------------------------------------- 1 | 软件的背景图片。 2 | -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background1.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background2.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background3.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background4.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background5.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/BackGround/background6.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bicycle16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bicycle16.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bicycle32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bicycle32.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bomb16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bomb16.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bomb32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/bomb32.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/close16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/close16.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/close32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/close32.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/color16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/color16.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/color32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/color32.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/computer16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/computer16.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/computer32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/computer32.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/copy16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/copy16.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/copy32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/copy32.png -------------------------------------------------------------------------------- /software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/curve16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/software-2D-ISO-VTI-FD-RayTracing-javaSwingAwt-GUI-0.0/picture/ButtonImg/curve16.png -------------------------------------------------------------------------------- /utils-3D-smooth-f95/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-3D-smooth-f95/Makefile -------------------------------------------------------------------------------- /utils-3D-smooth-f95/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-3D-smooth-f95/README.md -------------------------------------------------------------------------------- /utils-3D-smooth-f95/Toa_smooth3D.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-3D-smooth-f95/Toa_smooth3D.c -------------------------------------------------------------------------------- /utils-3D-smooth-f95/smooth.f95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-3D-smooth-f95/smooth.f95 -------------------------------------------------------------------------------- /utils-Laplacian-filter/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-Laplacian-filter/Makefile -------------------------------------------------------------------------------- /utils-Laplacian-filter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-Laplacian-filter/README.md -------------------------------------------------------------------------------- /utils-Laplacian-filter/laplace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-Laplacian-filter/laplace.c -------------------------------------------------------------------------------- /utils-binary2segy/LICENSE: -------------------------------------------------------------------------------- 1 | The UPC License (UPC) 2 | 3 | Copyright (c) 2017 Rong Tao 4 | 5 | 将binray转化为.su格式的C语言代码。 6 | -------------------------------------------------------------------------------- /utils-binary2segy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/README.md -------------------------------------------------------------------------------- /utils-binary2segy/binary2segy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/binary2segy.c -------------------------------------------------------------------------------- /utils-binary2segy/hc/README.txt: -------------------------------------------------------------------------------- 1 | 头文件。 2 | -------------------------------------------------------------------------------- /utils-binary2segy/hc/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/alloc.c -------------------------------------------------------------------------------- /utils-binary2segy/hc/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/alloc.h -------------------------------------------------------------------------------- /utils-binary2segy/hc/bhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/bhdr.h -------------------------------------------------------------------------------- /utils-binary2segy/hc/cjbsegy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/cjbsegy.h -------------------------------------------------------------------------------- /utils-binary2segy/hc/complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/complex.c -------------------------------------------------------------------------------- /utils-binary2segy/hc/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/complex.h -------------------------------------------------------------------------------- /utils-binary2segy/hc/cwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/cwp.h -------------------------------------------------------------------------------- /utils-binary2segy/hc/fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/fft.c -------------------------------------------------------------------------------- /utils-binary2segy/hc/fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/fft.h -------------------------------------------------------------------------------- /utils-binary2segy/hc/hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/hdr.h -------------------------------------------------------------------------------- /utils-binary2segy/hc/mute_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-binary2segy/hc/mute_direct.h -------------------------------------------------------------------------------- /utils-getBinaryMedia-c/Toa_vel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-getBinaryMedia-c/Toa_vel.c -------------------------------------------------------------------------------- /utils-getBinaryMedia-c/Toa_vtiMedia.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liaman/Geophysics/HEAD/utils-getBinaryMedia-c/Toa_vtiMedia.c --------------------------------------------------------------------------------