登录
首页 » Fortran » specfem3D_par_ASKI

specfem3D_par_ASKI

于 2020-02-17 发布
0 290
下载积分: 1 下载次数: 2

代码说明:

说明:  用于在任何类型的六面体协调网格(结构化或非结构化)中模拟声学(流体)、弹性(固体)、耦合声学/弹性、多孔弹性或地震波传播。例如,它可以对地震后地震波在沉积盆地或任何其他区域地质模型中的传播进行建模。它也可用于非破坏性实验或海洋声学。(Used to simulate acoustic (fluid), elastic (solid), coupled acoustic / elastic, porous elastic or seismic wave propagation in any type of hexahedral coordination grid (structured or unstructured). For example, it can model the propagation of seismic waves in a sedimentary basin or any other regional geological model after an earthquake. It can also be used in non-destructive experiments or ocean acoustics.)

文件列表:

specfem3D_par_ASKI\specfem3dForASKI_mod.f90, 17394 , 2016-12-10
specfem3D_par_ASKI\specfem3D_for_ASKI.f90, 107271 , 2016-12-10
specfem3D_par_ASKI\specfem3D_par_ASKI.f90, 10263 , 2016-12-10
specfem3D_par_ASKI, 0 , 2020-02-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VB制作带ICO图标的菜单实例
    VB制作带ICO图标的菜单实例,使软件窗口上的菜单更专业、更美观。实现思路:隐藏各Picture Box控件,使各Picture Box控件能够根据图片自动改变大小,得到窗口中菜单的句柄,得到第一个子菜单File的句柄,得到File菜单中的第一个菜单项的ID,然后为其添加图标,也可以添加两个图片,一个表示菜单项被选中状态,另一个表示菜单项没有被选中,得到File菜单中各个菜单项的ID并为其添加图标,
    2022-07-27 10:19:31下载
    积分:1
  • 7415
    基于kaiser窗的双谱线插值FFT谐波分析,这是第二能量熵的matlab代码,AHP层次分析法计算判断矩阵的最大特征值。( Dual-line interpolation FFT harmonic analysis kaiser windows, This is the second energy entropy matlab code, Calculate the maximum eigenvalue judgment matrix of AHP.)
    2017-05-10 20:53:51下载
    积分:1
  • aspbirtherday
    说明:  asp生日自动提醒小程式 用ASP编写,调试通过,使用方便(asp birthday automatically remind small programs with the preparation of ASP, debug, easy to use)
    2006-04-02 11:08:21下载
    积分:1
  • 离散粒子群算法DPSO
    PSO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解(The PSO algorithm is a process of simulating a group of birds looking for food. Each bird is a particle in the PSO, that is, we need to solve the problem.)
    2021-04-14 16:48:55下载
    积分:1
  • VC++转换COLORREF值为RGB分量
    VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:   //R分量   BYTE RED = GetRValue(cr);   //G分量   BYTE GREEN = GetGValue(cr);   //B分量   BYTE BLUE = GetBValue(cr);   CString strText = _T("");   strText.Format(_T("COLORREF值:0x%08X"), cr);   pDC->TextOut(100, 50, strText);   strText.Format(_T("R分量:0x%02X"), RED);   pDC->TextOut(100, 100, strText);   strText.Format(_T("G分量:0x%02X"), GREEN);   pDC->TextOut(100, 150, strText);   strText.Format(_T("B分量:0x%02X"), BLUE);   pDC->TextOut(100, 200, strText);
    2022-06-13 02:13:45下载
    积分:1
  • 上机5 梁枫 崔展
    一、实验目的 通过本实验,了解信号估计的最小二乘法原理。 二、实验要求 1.导入受噪声污染的高斯信号数据,并绘制该信号。 2.推导高斯信号最小二乘法估计公式。 3.利用估计公式估计高斯信号的参数(幅值、均值和方程)。 4.画出估计出的高斯信号。(First, the purpose of the experiment Through this experiment, we know the least square method of signal estimation. Two. Experimental requirements 1. import noise contaminated Gauss signal data and draw the signal. 2. derivation of Gauss signal least squares estimation formula. 3. estimate the parameters of the Gauss signal (amplitude, mean and equation) by using the estimation formula. 4. draw the estimated Gauss signal.)
    2018-06-24 17:00:54下载
    积分:1
  • 构建的非线性时间序列的混沌序列的研究劳伦兹。
    产生Lorenz混沌序列,为下一步非线性时间序列研究打下基础-Construct Lorenz chaotic seris for the research of nonlinear time series.
    2022-03-18 08:51:12下载
    积分:1
  • 分组的Flash TXT图片展示-图片查看器
    分组的Flash图片展示-图片查看器,也就是可对相册照片进行分类显示缩略图,点击分类即可刷新的对应类别显示图片,调用外部的TXT文件,来读取图片的路径信息,可从远程服务器读取照片信息。
    2022-07-28 02:18:51下载
    积分:1
  • XC8_UG_EE
    基于stm32平台的lora点对点通信,以及其他源代码,超级好(base on mirochip PIC MCU Tuch function C resource files)
    2018-03-26 20:21:08下载
    积分:1
  • 拼图游戏源代码,VC6开发,完整项目代码
    拼图游戏源代码,VC6开发,完整项目代码-Jigsaw puzzle source code, VC6 development, complete project code
    2022-03-01 14:13:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载