你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Removed some XDMF bits.
这个提交包含在:
@@ -23,7 +23,6 @@ import numpy as np
|
||||
from struct import pack
|
||||
|
||||
from gprMax.utilities import round_value
|
||||
from gprMax.xdmf import write_output_file
|
||||
|
||||
|
||||
class GeometryView(object):
|
||||
@@ -58,10 +57,6 @@ class GeometryView(object):
|
||||
self.basefilename = filename
|
||||
self.type = type
|
||||
|
||||
def write_xdmf(self, modelrun, numbermodelruns, G):
|
||||
filename = self.filename[:-4]
|
||||
write_output_file(filename, G, self.type)
|
||||
|
||||
def set_filename(self, modelrun, numbermodelruns, G):
|
||||
"""Construct filename from user-supplied name and model run number.
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户