Add zero matter handling and interpolation for resident state in CUDA BSSN

This commit is contained in:
2026-04-15 00:25:53 +08:00
parent 9ab7e7c7f9
commit 8fe60ea703
3 changed files with 209 additions and 11 deletions

View File

@@ -50,6 +50,7 @@ int bssn_cuda_rk4_substep(void *block_tag,
int &Lev,
double &eps,
int &co,
int &use_zero_matter,
int &keep_resident_state,
int &apply_enforce_ga,
double &chitiny);