你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Updated some printed messages.
这个提交包含在:
@@ -136,6 +136,10 @@ class ModelBuildRun:
|
||||
|
||||
scene = self.build_scene()
|
||||
|
||||
# Print info on any subgrids
|
||||
for grid in G.subgrids:
|
||||
log.info(grid)
|
||||
|
||||
# Combine available grids
|
||||
grids = [G] + G.subgrids
|
||||
|
||||
|
@@ -424,7 +424,7 @@ def print_pml_info(G):
|
||||
"""
|
||||
# No PML
|
||||
if all(value == 0 for value in G.pmlthickness.values()):
|
||||
return f'\nPML boundaries ({G.name}): switched off'
|
||||
return f'\nPML boundaries [{G.name}]: switched off'
|
||||
|
||||
if all(value == G.pmlthickness['x0'] for value in G.pmlthickness.values()):
|
||||
pmlinfo = str(G.pmlthickness['x0'])
|
||||
|
@@ -32,7 +32,6 @@ def create_updates(G):
|
||||
updaters = []
|
||||
|
||||
for sg in G.subgrids:
|
||||
log.info(sg)
|
||||
sg_type = type(sg)
|
||||
if sg_type == SubGridHSG and sg.filter:
|
||||
precursors = PrecursorNodesFiltered(G, sg)
|
||||
|
在新工单中引用
屏蔽一个用户