From 959291633ec89448f4123c5ecbf16db876f29429 Mon Sep 17 00:00:00 2001 From: hinder Date: Mon, 13 Sep 2010 11:18:30 +0000 Subject: Update automatically generated code git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@61 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- param.ccl | 140 +++++--------------------------------------------------------- 1 file changed, 10 insertions(+), 130 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 8a95473..daa36fa 100644 --- a/param.ccl +++ b/param.ccl @@ -51,6 +51,12 @@ KEYWORD fd_order "fd_order" "4th" :: "4th" } "2nd" +restricted: +CCTK_INT WeylScal4_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars +{ + 0:0 :: "Number of evolved variables used by this thorn" +} 0 + restricted: CCTK_INT timelevels "Number of active timelevels" { @@ -58,19 +64,19 @@ CCTK_INT timelevels "Number of active timelevels" } 3 restricted: -CCTK_INT psis_calc_2nd_calc_every "psis_calc_2nd_calc_every" +CCTK_INT rhs_timelevels "Number of active RHS timelevels" { - *:* :: "" + 0:3 :: "" } 1 restricted: -CCTK_INT psis_calc_4th_calc_every "psis_calc_4th_calc_every" +CCTK_INT psis_calc_2nd_calc_every "psis_calc_2nd_calc_every" { *:* :: "" } 1 restricted: -CCTK_INT dummycalc_calc_every "dummycalc_calc_every" +CCTK_INT psis_calc_4th_calc_every "psis_calc_4th_calc_every" { *:* :: "" } 1 @@ -87,129 +93,3 @@ CCTK_INT psis_calc_4th_calc_offset "psis_calc_4th_calc_offset" *:* :: "" } 0 -restricted: -CCTK_INT dummycalc_calc_offset "dummycalc_calc_offset" -{ - *:* :: "" -} 0 - -private: -KEYWORD Psi4i_bound "Boundary condition to implement" -{ - "flat" :: "Flat boundary condition" - "none" :: "No boundary condition" - "static" :: "Boundaries held fixed" - "radiative" :: "Radiation boundary condition" - "scalar" :: "Dirichlet boundary condition" - "newrad" :: "Improved radiative boundary condition" - "skip" :: "skip boundary condition code" -} "skip" - -private: -KEYWORD Psi4r_bound "Boundary condition to implement" -{ - "flat" :: "Flat boundary condition" - "none" :: "No boundary condition" - "static" :: "Boundaries held fixed" - "radiative" :: "Radiation boundary condition" - "scalar" :: "Dirichlet boundary condition" - "newrad" :: "Improved radiative boundary condition" - "skip" :: "skip boundary condition code" -} "skip" - -private: -KEYWORD Psi4i_group_bound "Boundary condition to implement" -{ - "flat" :: "Flat boundary condition" - "none" :: "No boundary condition" - "static" :: "Boundaries held fixed" - "radiative" :: "Radiation boundary condition" - "scalar" :: "Dirichlet boundary condition" - "newrad" :: "Improved radiative boundary condition" - "skip" :: "skip boundary condition code" -} "skip" - -private: -KEYWORD Psi4r_group_bound "Boundary condition to implement" -{ - "flat" :: "Flat boundary condition" - "none" :: "No boundary condition" - "static" :: "Boundaries held fixed" - "radiative" :: "Radiation boundary condition" - "scalar" :: "Dirichlet boundary condition" - "newrad" :: "Improved radiative boundary condition" - "skip" :: "skip boundary condition code" -} "skip" - -private: -CCTK_REAL Psi4i_bound_speed "characteristic speed at boundary" -{ - "0:*" :: "outgoing characteristic speed > 0" -} 1. - -private: -CCTK_REAL Psi4r_bound_speed "characteristic speed at boundary" -{ - "0:*" :: "outgoing characteristic speed > 0" -} 1. - -private: -CCTK_REAL Psi4i_group_bound_speed "characteristic speed at boundary" -{ - "0:*" :: "outgoing characteristic speed > 0" -} 1. - -private: -CCTK_REAL Psi4r_group_bound_speed "characteristic speed at boundary" -{ - "0:*" :: "outgoing characteristic speed > 0" -} 1. - -private: -CCTK_REAL Psi4i_bound_limit "limit value for r -> infinity" -{ - "*:*" :: "value of limit value is unrestricted" -} 0. - -private: -CCTK_REAL Psi4r_bound_limit "limit value for r -> infinity" -{ - "*:*" :: "value of limit value is unrestricted" -} 0. - -private: -CCTK_REAL Psi4i_group_bound_limit "limit value for r -> infinity" -{ - "*:*" :: "value of limit value is unrestricted" -} 0. - -private: -CCTK_REAL Psi4r_group_bound_limit "limit value for r -> infinity" -{ - "*:*" :: "value of limit value is unrestricted" -} 0. - -private: -CCTK_REAL Psi4i_bound_scalar "Dirichlet boundary value" -{ - "*:*" :: "unrestricted" -} 0. - -private: -CCTK_REAL Psi4r_bound_scalar "Dirichlet boundary value" -{ - "*:*" :: "unrestricted" -} 0. - -private: -CCTK_REAL Psi4i_group_bound_scalar "Dirichlet boundary value" -{ - "*:*" :: "unrestricted" -} 0. - -private: -CCTK_REAL Psi4r_group_bound_scalar "Dirichlet boundary value" -{ - "*:*" :: "unrestricted" -} 0. - -- cgit v1.2.3