Added to advanced examples on subgridding and PML

这个提交包含在:
Craig Warren
2023-05-05 16:02:48 +01:00
父节点 c70a18c127
当前提交 95c96e01f6
共有 2 个文件被更改,包括 19 次插入6 次删除

查看文件

@@ -44,8 +44,6 @@ hd = gprMax.HertzianDipole(polarisation='z', p1=(0.205, 0.400, 0.250),
waveform_id='mypulse')
rx = gprMax.Rx(p1=(0.245, 0.400, 0.250))
pml = gprMax.PMLProps(formulation='HORIPML', thickness=10)
scene.add(title)
scene.add(dxdydz)
scene.add(domain)
@@ -53,7 +51,6 @@ scene.add(time_window)
scene.add(wf)
scene.add(hd)
scene.add(rx)
scene.add(pml)
# Cylinder parameters
c1 = (0.225, 0.250, 0.100)