Stabilize GPU AMR prolong/restrict paths

This commit is contained in:
2026-04-10 21:57:58 +08:00
parent c578a15ecd
commit a089041c3b
3 changed files with 453 additions and 55 deletions

View File

@@ -33,6 +33,12 @@ int bssn_cuda_prolong3_pack(int wei,
const double *llbp, const double *uubp,
const double *SoA, int symmetry);
int bssn_cuda_restrict3_pack(int wei,
const double *llbc, const double *uubc, const int *extc, double *func,
const double *llbf, const double *uubf, const int *extf, const double *funf,
const double *llbr, const double *uubr,
const double *SoA, int symmetry);
int bssn_cuda_interp_points_batch(const int *ex,
const double *X, const double *Y, const double *Z,
const double *const *fields,