Fix GPU RK4 boundary and sync correctness

This commit is contained in:
2026-04-12 12:13:47 +08:00
parent b78874ef21
commit d9287ea530
4 changed files with 134 additions and 30 deletions

View File

@@ -12,6 +12,8 @@ int bssn_cuda_rk4_boundary_var(int *ex, double dT,
double xmin, double ymin, double zmin,
double xmax, double ymax, double zmax,
const double *state0,
const double *phi_field,
const double *lap_field,
const double *boundary_src,
double *stage_data,
double *rhs_accum,