# Parameter definitions for thorn BenchADM # $Header$ shares:grid USES KEYWORD domain "" { } shares:time USES KEYWORD courant_method "" { } USES BOOLEAN courant_outonly "" { } shares:einstein EXTENDS KEYWORD initial_lapse "" { "schwarz" :: "Set lapse to Schwarzschild" } EXTENDS KEYWORD evolution_system "" { "ADM" :: "Evolve using ADM evolution scheme" } EXTENDS KEYWORD slicing "" { "static" :: "Lapse is not evolved" "geodesic" :: "Lapse is set to unity" "1+log" :: "1+log slicing" "detg" :: "detg = harmonic with f=1" "harmonic" :: "harmonic slicing" } "" restricted: REAL harmonic_f "Harmonic speed: d_t alp = - alp^2 harmonic_f trK" { *:* :: "" } 1.0 KEYWORD method "Numerical method to use for ADM" { "stagleap" :: "Evolve using Staggered Leapfrog", } "stagleap" private: KEYWORD bound "Boundary condition to implement" { "flat" :: "Flat boundary condition" "none" :: "No boundary condition" "static" :: "Boundaries held fixed" "zero" :: "Zero boundary condition" "radiative":: "Radiative boundary condition" "radiation":: "Radiation boundary condition" } "none" REAL flat_dissip "Amount of flatspace nabla^2 alp added to alp source" { : :: "" } 0.0 REAL dissip "Amount of covariant nabla^2 alp added to alp source" { : :: "" } 0.0 REAL nabla_K_coeff "Amount of covariant nabla^2 K added to K source" { : :: "" } 0.0 KEYWORD stagleap_firststep "How should we evolve the first SL timestep" { "ts1" :: "First order time symmetric" "predcorr" :: "Predictor Corrector" } "ts1" BOOLEAN verbose "Give more detailed information about the evolution step" { } "no" BOOLEAN evolution_storage "turn on storage for ADM evolution variables as default?" { } "no" BOOLEAN staggered_storage "turn on stagleap storage as default?" { } "no" KEYWORD slicing_flavour "none or kleing" { "none" :: "The standard" "kleing" :: "As implemented in the kleing code" } "none" BOOLEAN store_initial_lapse "no or yes" { } "no" BOOLEAN minimal_communications "If yes do not sychronise extrinsic curvature" { } "no"