# Parameter definitions for thorn TwoPunctures # $Header$ SHARES: ADMBase USES KEYWORD metric_type EXTENDS KEYWORD initial_data { "twopunctures" :: "two puncture black holes" } SHARES: StaticConformal USES KEYWORD conformal_storage PRIVATE: BOOLEAN verbose "Print screen output while solving" { } "no" BOOLEAN keep_u_around "Keep the variable u around after solving" { } "no" INT npoints_A "Number of coefficients in the compactified radial direction" { 4:* :: "" } 30 INT npoints_B "Number of coefficients in the angular direction" { 4:* :: "" } 30 INT npoints_phi "Number of coefficients in the phi direction" { 4:*:2 :: "" } 16 REAL par_b "x coordinate of the m+ puncture" { (0.0:*) :: "" } 1.0 REAL par_m_plus "mass of the m+ puncture" { (0.0:* :: "" } 1.0 REAL par_m_minus "mass of the m- puncture" { (0.0:* :: "" } 1.0 REAL par_P_plus[3] "momentum of the m+ puncture" { (*:*) :: "" } 0.0 REAL par_P_minus[3] "momentum of the m- puncture" { (*:*) :: "" } 0.0 REAL par_S_plus[3] "spin of the m+ puncture" { (*:*) :: "" } 0.0 REAL par_S_minus[3] "spin of the m- puncture" { (*:*) :: "" } 0.0