First commit

这个提交包含在:
Craig Warren
2015-09-30 14:26:59 +01:00
当前提交 843ec686de
共有 122 个文件被更改,包括 16784 次插入0 次删除

查看文件

@@ -0,0 +1,22 @@
#title: Hertzian 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
#medium: 8 0 0 0 1 0 half_space
#box: 0 0 0 0.100 0.100 0.050 half_space
python:
for time in range(1,50):
print('#snapshot: 0.001 0.001 0.001 0.099 0.099 0.099 0.001 0.001 0.001 {} {}'.format(0.1e-9 * time, 'snap' + str(time)))
end_python:
#messages: y
#num_of_procs: 8
#abc_type: pml
#pml_layers: 10
#hertzian_dipole: 1.0 1e9 ricker myWave
#analysis: 1 hertzian_dipole_hs_oldstyle.out b
#rx: 0.050 0.070 0.050
#tx: y 0.050 0.050 0.050 myWave 0 3e-09
#end_analysis:

查看文件

@@ -0,0 +1,16 @@
#title: Hertzian 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.0 1e9 myWave
#hertzian_dipole: y 0.050 0.050 0.050 myWave
#rx: 0.050 0.070 0.050
#material: 8 0 1 0 half_space
#box: 0 0 0 0.100 0.100 0.050 half_space
python:
for time in range(1,50):
print('#snapshot: 0.001 0.001 0.001 0.099 0.099 0.099 0.001 0.001 0.001 {} {}'.format(0.1e-9 * time, 'snap' + str(time)))
end_python:

二进制文件未显示。