你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Fixed further typos with voltage src and mag dipole opencl
这个提交包含在:
@@ -126,9 +126,9 @@ update_magnetic_dipole = {
|
|||||||
$REAL dx,
|
$REAL dx,
|
||||||
$REAL dy,
|
$REAL dy,
|
||||||
$REAL dz,
|
$REAL dz,
|
||||||
__global const int* restrict rcinfo1,
|
__global const int* restrict srcinfo1,
|
||||||
__global const $REAL* restrict rcinfo2,
|
__global const $REAL* restrict srcinfo2,
|
||||||
__global const $REAL* restrict rcwaveforms,
|
__global const $REAL* restrict srcwaveforms,
|
||||||
__global const unsigned int* restrict ID,
|
__global const unsigned int* restrict ID,
|
||||||
__global $REAL *Hx,
|
__global $REAL *Hx,
|
||||||
__global $REAL *Hy,
|
__global $REAL *Hy,
|
||||||
@@ -208,9 +208,9 @@ update_voltage_source = {
|
|||||||
$REAL dx,
|
$REAL dx,
|
||||||
$REAL dy,
|
$REAL dy,
|
||||||
$REAL dz,
|
$REAL dz,
|
||||||
__global const int* restrict rcinfo1,
|
__global const int* restrict srcinfo1,
|
||||||
__global const $REAL* restrict rcinfo2,
|
__global const $REAL* restrict srcinfo2,
|
||||||
__global const $REAL* restrict rcwaveforms,
|
__global const $REAL* restrict srcwaveforms,
|
||||||
__global const unsigned int* restrict ID,
|
__global const unsigned int* restrict ID,
|
||||||
__global $REAL *Ex,
|
__global $REAL *Ex,
|
||||||
__global $REAL *Ey,
|
__global $REAL *Ey,
|
||||||
|
在新工单中引用
屏蔽一个用户