# Parameter definitions for thorn BenchADM # $Header$ shares:time USES KEYWORD timestep_method USES BOOLEAN timestep_outonly shares:admbase EXTENDS KEYWORD evolution_method { "ADM" :: "Evolve using ADM evolution scheme" } EXTENDS KEYWORD lapse_evolution_method { "geodesic" :: "Lapse is set to unity" } restricted: KEYWORD method "Numerical method to use for ADM" { "stagleap" :: "Evolve using Staggered Leapfrog" } "stagleap" private: KEYWORD bound "Boundary condition to implement" { "none" :: "No boundary condition" } "none" BOOLEAN time_symmetric "How to get the initial data for staggered leapfrog" { } "yes"