From d7ddbe354ebe7072ff6687124e5f620d56a16b28 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 26 Mar 2010 10:26:29 +0000 Subject: use trunc structure git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@50 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- param.ccl | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..daa36fa --- /dev/null +++ b/param.ccl @@ -0,0 +1,95 @@ +# File produced by Kranc + + +shares: GenericFD + +USES CCTK_INT stencil_width +USES CCTK_INT stencil_width_x +USES CCTK_INT stencil_width_y +USES CCTK_INT stencil_width_z +USES CCTK_INT boundary_width + + +shares: MethodOfLines + +USES CCTK_INT MoL_Num_Evolved_Vars + +restricted: +CCTK_INT verbose "verbose" +{ + *:* :: "" +} 0 + +restricted: +CCTK_REAL offset "offset" +{ + "*:*" :: "" +} 1.e-15 + +restricted: +CCTK_REAL xorig "xorig" +{ + "*:*" :: "" +} 0 + +restricted: +CCTK_REAL yorig "yorig" +{ + "*:*" :: "" +} 0 + +restricted: +CCTK_REAL zorig "zorig" +{ + "*:*" :: "" +} 0 + +private: +KEYWORD fd_order "fd_order" +{ + "2nd" :: "2nd" + "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" +{ + 0:3 :: "" +} 3 + +restricted: +CCTK_INT rhs_timelevels "Number of active RHS timelevels" +{ + 0:3 :: "" +} 1 + +restricted: +CCTK_INT psis_calc_2nd_calc_every "psis_calc_2nd_calc_every" +{ + *:* :: "" +} 1 + +restricted: +CCTK_INT psis_calc_4th_calc_every "psis_calc_4th_calc_every" +{ + *:* :: "" +} 1 + +restricted: +CCTK_INT psis_calc_2nd_calc_offset "psis_calc_2nd_calc_offset" +{ + *:* :: "" +} 0 + +restricted: +CCTK_INT psis_calc_4th_calc_offset "psis_calc_4th_calc_offset" +{ + *:* :: "" +} 0 + -- cgit v1.2.3