From f3658abe109d03836276d4acff614c38f410ad56 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Thu, 12 Sep 2013 12:58:51 +0200 Subject: Regenerate code (Kranc commit 01478e8bf1bc509f67a3f8fa2c18021dc9b975f3) Reordering of entries in param.ccl due to internal cleanup in Kranc. --- ML_WaveToy_CL/param.ccl | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'ML_WaveToy_CL') diff --git a/ML_WaveToy_CL/param.ccl b/ML_WaveToy_CL/param.ccl index 616b192..9ced6ad 100644 --- a/ML_WaveToy_CL/param.ccl +++ b/ML_WaveToy_CL/param.ccl @@ -17,6 +17,12 @@ CCTK_INT verbose "verbose" STEERABLE=ALWAYS *:* :: "" } 0 +restricted: +CCTK_INT other_timelevels "Number of active timelevels for non-evolved grid functions" STEERABLE=RECOVER +{ + 0:2 :: "" +} 1 + restricted: CCTK_REAL amplitude "Amplitude of initial Gaussian" { @@ -60,12 +66,6 @@ CCTK_INT rhs_timelevels "Number of active RHS timelevels" STEERABLE=RECOVER 0:2 :: "" } 1 -restricted: -CCTK_INT other_timelevels "Number of active timelevels for non-evolved grid functions" STEERABLE=RECOVER -{ - 0:2 :: "" -} 1 - restricted: CCTK_INT WT_CL_Gaussian_calc_every "WT_CL_Gaussian_calc_every" STEERABLE=ALWAYS { @@ -139,7 +139,7 @@ CCTK_INT WT_CL_EnergyBoundary_calc_offset "WT_CL_EnergyBoundary_calc_offset" STE } 0 private: -KEYWORD rho_bound "Boundary condition to implement" STEERABLE=ALWAYS +KEYWORD u_bound "Boundary condition to implement" STEERABLE=ALWAYS { "flat" :: "Flat boundary condition" "none" :: "No boundary condition" @@ -151,7 +151,7 @@ KEYWORD rho_bound "Boundary condition to implement" STEERABLE=ALWAYS } "skip" private: -KEYWORD u_bound "Boundary condition to implement" STEERABLE=ALWAYS +KEYWORD rho_bound "Boundary condition to implement" STEERABLE=ALWAYS { "flat" :: "Flat boundary condition" "none" :: "No boundary condition" @@ -163,7 +163,7 @@ KEYWORD u_bound "Boundary condition to implement" STEERABLE=ALWAYS } "skip" private: -KEYWORD WT_rho_bound "Boundary condition to implement" STEERABLE=ALWAYS +KEYWORD WT_u_bound "Boundary condition to implement" STEERABLE=ALWAYS { "flat" :: "Flat boundary condition" "none" :: "No boundary condition" @@ -175,7 +175,7 @@ KEYWORD WT_rho_bound "Boundary condition to implement" STEERABLE=ALWAYS } "none" private: -KEYWORD WT_u_bound "Boundary condition to implement" STEERABLE=ALWAYS +KEYWORD WT_rho_bound "Boundary condition to implement" STEERABLE=ALWAYS { "flat" :: "Flat boundary condition" "none" :: "No boundary condition" @@ -187,73 +187,73 @@ KEYWORD WT_u_bound "Boundary condition to implement" STEERABLE=ALWAYS } "none" private: -CCTK_REAL rho_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS +CCTK_REAL u_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS { "0:*" :: "outgoing characteristic speed > 0" } 1. private: -CCTK_REAL u_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS +CCTK_REAL rho_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS { "0:*" :: "outgoing characteristic speed > 0" } 1. private: -CCTK_REAL WT_rho_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS +CCTK_REAL WT_u_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS { "0:*" :: "outgoing characteristic speed > 0" } 1. private: -CCTK_REAL WT_u_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS +CCTK_REAL WT_rho_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS { "0:*" :: "outgoing characteristic speed > 0" } 1. private: -CCTK_REAL rho_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS +CCTK_REAL u_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS { "*:*" :: "value of limit value is unrestricted" } 0. private: -CCTK_REAL u_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS +CCTK_REAL rho_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS { "*:*" :: "value of limit value is unrestricted" } 0. private: -CCTK_REAL WT_rho_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS +CCTK_REAL WT_u_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS { "*:*" :: "value of limit value is unrestricted" } 0. private: -CCTK_REAL WT_u_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS +CCTK_REAL WT_rho_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS { "*:*" :: "value of limit value is unrestricted" } 0. private: -CCTK_REAL rho_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS +CCTK_REAL u_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS { "*:*" :: "unrestricted" } 0. private: -CCTK_REAL u_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS +CCTK_REAL rho_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS { "*:*" :: "unrestricted" } 0. private: -CCTK_REAL WT_rho_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS +CCTK_REAL WT_u_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS { "*:*" :: "unrestricted" } 0. private: -CCTK_REAL WT_u_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS +CCTK_REAL WT_rho_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS { "*:*" :: "unrestricted" } 0. -- cgit v1.2.3