你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Added some more comments.
这个提交包含在:
@@ -67,7 +67,8 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
def api(inputfile, n=1, mpi=False, benchmark=False, geometry_only=False, geometry_fixed=False, write_processed=False, opt_taguchi=False):
|
def api(inputfile, n=1, mpi=False, benchmark=False, geometry_only=False, geometry_fixed=False, write_processed=False, opt_taguchi=False):
|
||||||
"""If you have installed gprMax as a module this is the entry point"""
|
"""If installed as a module this is the entry point."""
|
||||||
|
|
||||||
class ImportArguments:
|
class ImportArguments:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@@ -86,7 +87,12 @@ def api(inputfile, n=1, mpi=False, benchmark=False, geometry_only=False, geometr
|
|||||||
|
|
||||||
|
|
||||||
def run_main(args):
|
def run_main(args):
|
||||||
|
"""Top-level function that controls what mode of simulation (standard/optimsation/benchmark etc...) is run.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
args (dict): Namespace with input arguments from command line or api.
|
||||||
|
"""
|
||||||
|
|
||||||
numbermodelruns = args.n
|
numbermodelruns = args.n
|
||||||
inputdirectory = os.path.dirname(os.path.abspath(args.inputfile))
|
inputdirectory = os.path.dirname(os.path.abspath(args.inputfile))
|
||||||
inputfile = os.path.abspath(os.path.join(inputdirectory, os.path.basename(args.inputfile)))
|
inputfile = os.path.abspath(os.path.join(inputdirectory, os.path.basename(args.inputfile)))
|
||||||
|
在新工单中引用
屏蔽一个用户