你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Clarified some comments
这个提交包含在:
@@ -56,10 +56,11 @@ class FDTDGrid:
|
|||||||
self.pmls["formulation"] = "HORIPML"
|
self.pmls["formulation"] = "HORIPML"
|
||||||
self.pmls["cfs"] = []
|
self.pmls["cfs"] = []
|
||||||
self.pmls["slabs"] = []
|
self.pmls["slabs"] = []
|
||||||
# Ordered dictionary required so that PMLs are always updated in the
|
# Ordered dictionary required so *updating* the PMLs always follows the
|
||||||
# same order. The order itself does not matter, however, if must be the
|
# same order (the order for *building* PMLs does not matter). The order
|
||||||
# same from model to model otherwise the numerical precision from adding
|
# itself does not matter, however, if must be the same from model to
|
||||||
# the PML corrections will be different.
|
# model otherwise the numerical precision from adding the PML
|
||||||
|
# corrections will be different.
|
||||||
self.pmls["thickness"] = OrderedDict((key, 10) for key in PML.boundaryIDs)
|
self.pmls["thickness"] = OrderedDict((key, 10) for key in PML.boundaryIDs)
|
||||||
|
|
||||||
self.materials = []
|
self.materials = []
|
||||||
|
在新工单中引用
屏蔽一个用户