# Parameter definitions for thorn Kruskal # $Header$ SHARES: ADMBase EXTENDS KEYWORD initial_lapse { "Kruskal" :: "Kruskal lapse" } EXTENDS KEYWORD initial_shift { "Kruskal" :: "Kruskal shift" } EXTENDS KEYWORD initial_data { "Kruskal" :: "Kruskal metric" } USES KEYWORD metric_type SHARES: StaticConformal USES KEYWORD conformal_storage PRIVATE: BOOLEAN veryverbose "Produce much log output" { } no BOOLEAN calculate_Schwarzschild_radius "Calculate the Schwarzschild radius?" { } no CCTK_REAL mass "Black hole mass" { 0:* :: "" } 1.0 KEYWORD slicing "Choice of slicing" { "Kruskal" :: "v = t" "Schwarzschild" :: "v = u tanh (t / 4M)" "Wald-Iyer" :: "v = t cos theta" } "Kruskal" CCTK_REAL eps "Numerical fudge factor for divisions by zero" { (0:* :: "" } 1.0e-12 CCTK_REAL delta "Finite differencing distance" { (0:* :: "" } 1.0e-6