你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Moved combining all grids into list
这个提交包含在:
@@ -128,8 +128,6 @@ class ModelBuildRun:
|
||||
|
||||
def build_geometry(self):
|
||||
G = self.G
|
||||
# Combine available grids
|
||||
grids = [G] + G.subgrids
|
||||
|
||||
logger.info(config.get_model_config().inputfilestr)
|
||||
|
||||
@@ -140,6 +138,9 @@ class ModelBuildRun:
|
||||
for sg in G.subgrids:
|
||||
sg.print_info()
|
||||
|
||||
# Combine available grids
|
||||
grids = [G] + G.subgrids
|
||||
|
||||
# Check for dispersive materials (and specific type)
|
||||
for grid in grids:
|
||||
if config.get_model_config().materials['maxpoles'] != 0:
|
||||
|
在新工单中引用
屏蔽一个用户