# Parameter definitions for thorn WaveToyC # $Header$ restricted: KEYWORD bound "Type of boundary condition to use" { "none" :: "Apply no boundary condition" "flat" :: "Flat boundary condition" "static" :: "Static boundary condition" "radiation" :: "Radiation boundary condition" "robin" :: "Robin boundary condition" "zero" :: "Zero boundary condition" } "none" private: INT repetitions "Number of timing repetions" { 0 : * :: "1 is the normal case" } 1 INT level1_stride [3] "Stride for level 1 loops" { -1 :: "off" 1 : * :: "on" } -1 INT level2_stride [3] "Stride for level 2 loops" { -1 :: "off" 1 : * :: "on: should be an integer multiple of level1_stride" } -1