Skip to content

Commit

Permalink
Z4c: add storage for previous k0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Sep 20, 2024
1 parent 5e2ff71 commit f8f13d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Z4c/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,14 @@ CCTK_REAL Gam_tilde_rhs TYPE=gf TAGS='parities={-1 +1 +1 +1 -1 +1 +1 +1 -1}
CCTK_REAL Theta_rhs TYPE=gf TAGS='checkpoint="no"' "Theta"
CCTK_REAL alphaG_rhs TYPE=gf TAGS='checkpoint="no"' "alpha"
CCTK_REAL betaG_rhs TYPE=gf TAGS='parities={-1 +1 +1 +1 -1 +1 +1 +1 -1} checkpoint="no"' { betaGx_rhs betaGy_rhs betaGz_rhs } "beta"

# for RKAB

CCTK_REAL chi_pre TYPE=gf TAGS='checkpoint="no"' "chi"
CCTK_REAL gamma_tilde_pre TYPE=gf TAGS='parities={+1 +1 +1 -1 -1 +1 -1 +1 -1 +1 +1 +1 +1 -1 -1 +1 +1 +1} checkpoint="no"' { gammatxx_pre gammatxy_pre gammatxz_pre gammatyy_pre gammatyz_pre gammatzz_pre } "gamma-tilde"
CCTK_REAL K_hat_pre TYPE=gf TAGS='checkpoint="no"' { Kh_pre } "K-hat"
CCTK_REAL A_tilde_pre TYPE=gf TAGS='parities={+1 +1 +1 -1 -1 +1 -1 +1 -1 +1 +1 +1 +1 -1 -1 +1 +1 +1} checkpoint="no"' { Atxx_pre Atxy_pre Atxz_pre Atyy_pre Atyz_pre Atzz_pre } "A-tilde"
CCTK_REAL Gam_tilde_pre TYPE=gf TAGS='parities={-1 +1 +1 +1 -1 +1 +1 +1 -1} checkpoint="no"' { Gamtx_pre Gamty_pre Gamtz_pre } "Gamma-tilde"
CCTK_REAL Theta_pre TYPE=gf TAGS='checkpoint="no"' "Theta"
CCTK_REAL alphaG_pre TYPE=gf TAGS='checkpoint="no"' "alpha"
CCTK_REAL betaG_pre TYPE=gf TAGS='parities={-1 +1 +1 +1 -1 +1 +1 +1 -1} checkpoint="no"' { betaGx_pre betaGy_pre betaGz_pre } "beta"
9 changes: 9 additions & 0 deletions Z4c/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ STORAGE: Theta_rhs
STORAGE: alphaG_rhs
STORAGE: betaG_rhs

STORAGE: chi_pre
STORAGE: gamma_tilde_pre
STORAGE: K_hat_pre
STORAGE: A_tilde_pre
STORAGE: Gam_tilde_pre
STORAGE: Theta_pre
STORAGE: alphaG_pre
STORAGE: betaG_pre



################################################################################
Expand Down

0 comments on commit f8f13d0

Please sign in to comment.