你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Testing subgrid snapshots
这个提交包含在:
@@ -251,8 +251,9 @@ class ModelBuildRun:
|
|||||||
|
|
||||||
write_hdf5_outputfile(config.get_model_config().output_file_path_ext, self.G)
|
write_hdf5_outputfile(config.get_model_config().output_file_path_ext, self.G)
|
||||||
|
|
||||||
if self.G.snapshots:
|
for grid in [self.G] + self.G.subgrids:
|
||||||
save_snapshots(self.G)
|
if grid.snapshots:
|
||||||
|
save_snapshots(grid)
|
||||||
|
|
||||||
def solve(self, solver):
|
def solve(self, solver):
|
||||||
"""Solve using FDTD method.
|
"""Solve using FDTD method.
|
||||||
|
在新工单中引用
屏蔽一个用户