[Commits] [svn:einsteintoolkit] NullSHRExtract/branches/tapir/ (Rev. 44)
bela at caltech.edu
bela at caltech.edu
Fri Jan 3 01:32:01 CST 2014
User: szilagyi
Date: 2014/01/03 01:32 AM
Modified:
/branches/tapir/
schedule.ccl
Log:
the Cauchy metric vars needs a single level of storage
during evolution, three during initialization
File Changes:
Directory: /branches/tapir/
===========================
File [modified]: schedule.ccl
Delta lines: +4 -8
===================================================================
--- branches/tapir/schedule.ccl 2014-01-03 07:24:34 UTC (rev 43)
+++ branches/tapir/schedule.ccl 2014-01-03 07:32:01 UTC (rev 44)
@@ -3,8 +3,8 @@
if (CCTK_EQUALS(boundary_data,"SHRE"))
{
- STORAGE: SHRE_gij[3], SHRE_git[3] SHRE_beta[3], SHRE_alpha[3]
- STORAGE: SHRE_dgij[3], SHRE_dgit[3] SHRE_dbeta[3], SHRE_dalpha[3]
+ STORAGE: SHRE_gij[1], SHRE_git[1] SHRE_beta[1], SHRE_alpha[1]
+ STORAGE: SHRE_dgij[1], SHRE_dgit[1] SHRE_dbeta[1], SHRE_dalpha[1]
STORAGE: WT_r0, WT_r1[3], WT_dj0_vect
STORAGE: NullVars::realcharfuncs[2]
@@ -65,12 +65,8 @@
schedule GROUP NullSHRExtractInitial in NullEvol_BoundaryInit
{
- STORAGE: WT_CmpxCoord
- STORAGE: WT_scalars, WT_3vectors, WT_4vectors, WT_d4vectors
- STORAGE: WT_dsigma_vect, WT_g1_vect, WT_g4up_vect, WT_g3up_vect
- STORAGE: WT_jac, WT_affine_metric, WT_deta0_vect
- STORAGE: x_wt[2], j_wt[2], j_l, beta_wt[2], beta_l
- STORAGE: u_wt[2], u_l, u_x_wt, w_wt[2], w_l, q_wt[2]
+ STORAGE: SHRE_gij[3], SHRE_git[3] SHRE_beta[3], SHRE_alpha[3]
+ STORAGE: SHRE_dgij[3], SHRE_dgit[3] SHRE_dbeta[3], SHRE_dalpha[3]
}"Group of the waveform extraction initialization"
if (CCTK_EQUALS(WT_metric, "Full")) {
More information about the Commits
mailing list