你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Fixed PML bug with CUDA solver
这个提交包含在:
@@ -407,7 +407,7 @@ class CUDAUpdates:
|
|||||||
knlH = self.source_module(bld, options=config.sim_config.devices["nvcc_opts"])
|
knlH = self.source_module(bld, options=config.sim_config.devices["nvcc_opts"])
|
||||||
pml.update_magnetic_dev = knlH.get_function(knl_name)
|
pml.update_magnetic_dev = knlH.get_function(knl_name)
|
||||||
|
|
||||||
self._copy_mat_coeffs(knlE, knlH)
|
self._copy_mat_coeffs(knlE, knlH)
|
||||||
|
|
||||||
def _set_rx_knl(self):
|
def _set_rx_knl(self):
|
||||||
"""Receivers - initialises arrays on GPU, prepares kernel and gets kernel
|
"""Receivers - initialises arrays on GPU, prepares kernel and gets kernel
|
||||||
|
在新工单中引用
屏蔽一个用户