# Parameter definitions for thorn Pad # $Header$ PRIVATE: BOOLEAN verbose "Produce some screen output" STEERABLE=always { } "yes" BOOLEAN veryverbose "Produce much screen output" STEERABLE=always { } "no" RESTRICTED: CCTK_INT global_max_num_particles "Maximum number of particles" STEERABLE=recover { 0:* :: "leave room for ghost particles" } 100000 PRIVATE: CCTK_INT global_gridsize_x "Grid size for finding interactions" STEERABLE=recover { 1:* :: "should be O(simulation-domain-extent / smoothing_length)" } 10 CCTK_INT global_gridsize_y "Grid size for finding interactions" STEERABLE=recover { 1:* :: "should be O(simulation-domain-extent / smoothing_length)" } 10 CCTK_INT global_gridsize_z "Grid size for finding interactions" STEERABLE=recover { 1:* :: "should be O(simulation-domain-extent / smoothing_length)" } 10 CCTK_INT global_max_num_interactions "Maximum number of interactions" STEERABLE=recover { 0:* :: "leave room for interactions with ghost particles" } 10000000 RESTRICTED: CCTK_REAL smoothing_length "Smoothing length" STEERABLE=always { 0:* :: "should be of the same order of magnitude as the grid spacing" } 0.1