你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Changed name of output-writing module.
这个提交包含在:
@@ -23,7 +23,7 @@ from gprMax.constants import floattype
|
|||||||
from gprMax.grid import Ix, Iy, Iz
|
from gprMax.grid import Ix, Iy, Iz
|
||||||
|
|
||||||
|
|
||||||
def prepare_output_file(outputfile, G):
|
def prepare_hdf5(outputfile, G):
|
||||||
"""Prepares an output file in HDF5 format for writing.
|
"""Prepares an output file in HDF5 format for writing.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
@@ -79,7 +79,7 @@ def prepare_output_file(outputfile, G):
|
|||||||
return f
|
return f
|
||||||
|
|
||||||
|
|
||||||
def write_output(f, timestep, Ex, Ey, Ez, Hx, Hy, Hz, G):
|
def write_hdf5(f, timestep, Ex, Ey, Ez, Hx, Hy, Hz, G):
|
||||||
"""Writes field component values to an output file in HDF5 format.
|
"""Writes field component values to an output file in HDF5 format.
|
||||||
|
|
||||||
Args:
|
Args:
|
在新工单中引用
屏蔽一个用户