你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Add new tests containing geometry
这个提交包含在:
@@ -69,11 +69,13 @@ class BasicModelsTest(GprMaxRegressionTest):
|
|||||||
"2D_ExHyHz",
|
"2D_ExHyHz",
|
||||||
"2D_EyHxHz",
|
"2D_EyHxHz",
|
||||||
"2D_EzHxHy",
|
"2D_EzHxHy",
|
||||||
|
"2D_ExHyHz_hs",
|
||||||
"cylinder_Ascan_2D",
|
"cylinder_Ascan_2D",
|
||||||
"hertzian_dipole_fs",
|
"hertzian_dipole_fs",
|
||||||
"hertzian_dipole_hs",
|
"hertzian_dipole_hs",
|
||||||
"hertzian_dipole_dispersive",
|
"hertzian_dipole_dispersive",
|
||||||
"magnetic_dipole_fs",
|
"magnetic_dipole_fs",
|
||||||
|
"magnetic_dipole_hs",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
num_cpus_per_task = 16
|
num_cpus_per_task = 16
|
||||||
@@ -165,11 +167,13 @@ class MPIBasicModelsTest(GprMaxRegressionTest):
|
|||||||
"2D_ExHyHz",
|
"2D_ExHyHz",
|
||||||
"2D_EyHxHz",
|
"2D_EyHxHz",
|
||||||
"2D_EzHxHy",
|
"2D_EzHxHy",
|
||||||
|
"2D_ExHyHz_hs",
|
||||||
"cylinder_Ascan_2D",
|
"cylinder_Ascan_2D",
|
||||||
"hertzian_dipole_fs",
|
"hertzian_dipole_fs",
|
||||||
"hertzian_dipole_hs",
|
"hertzian_dipole_hs",
|
||||||
"hertzian_dipole_dispersive",
|
"hertzian_dipole_dispersive",
|
||||||
"magnetic_dipole_fs",
|
"magnetic_dipole_fs",
|
||||||
|
"magnetic_dipole_hs",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
num_cpus_per_task = 16
|
num_cpus_per_task = 16
|
||||||
|
二进制文件未显示。
二进制文件未显示。
@@ -0,0 +1,13 @@
|
|||||||
|
#title: 2D test Ex, Hy, Hz components
|
||||||
|
#domain: 0.001 0.010 0.010
|
||||||
|
#dx_dy_dz: 0.001 0.001 0.001
|
||||||
|
#time_window: 3e-9
|
||||||
|
|
||||||
|
#pml_cells: 0
|
||||||
|
|
||||||
|
#waveform: gaussiandot 1 1e9 myWave
|
||||||
|
#hertzian_dipole: x 0 0.005 0.005 myWave
|
||||||
|
#rx: 0 0.002 0.002
|
||||||
|
|
||||||
|
#material: 8 0 1 0 half_space
|
||||||
|
#box: 0 0 0 0.001 0.004 0.004 half_space
|
@@ -0,0 +1,11 @@
|
|||||||
|
#title: Magnetic dipole over a half-space
|
||||||
|
#domain: 0.100 0.100 0.100
|
||||||
|
#dx_dy_dz: 0.001 0.001 0.001
|
||||||
|
#time_window: 3e-9
|
||||||
|
|
||||||
|
#waveform: gaussiandot 1 1e9 myWave
|
||||||
|
#magnetic_dipole: z 0.050 0.050 0.050 myWave
|
||||||
|
#rx: 0.070 0.070 0.070
|
||||||
|
|
||||||
|
#material: 8 0 1 0 half_space
|
||||||
|
#box: 0 0 0 0.100 0.100 0.050 half_space
|
在新工单中引用
屏蔽一个用户