Add guarded GPU prolong3 path scaffold

This commit is contained in:
2026-04-09 14:28:36 +08:00
parent e1e3b4a448
commit ad999e4c5a
3 changed files with 312 additions and 6 deletions

View File

@@ -23,4 +23,10 @@ int bssn_cuda_rk4_boundary_var(int *ex, double dT,
int bssn_cuda_lowerbound(int *ex, double *chi, double tinny);
int bssn_cuda_prolong3_pack(int wei,
const double *llbc, const double *uubc, const int *extc, const double *func,
const double *llbf, const double *uubf, const int *extf, double *funf,
const double *llbp, const double *uubp,
const double *SoA, int symmetry);
#endif