From f7fb21c4ee5720331bc3bdc16e7e8d997148ab69 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 11 Jan 2000 09:27:18 +0000 Subject: Making source parameters private so can compile with IDScalarWaveCXX and turning of default source during evolution. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@20 f5a6acaf-da7d-456b-b0a8-35edbc60b392 --- param.ccl | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/param.ccl b/param.ccl index 8b325c4..85f45c8 100644 --- a/param.ccl +++ b/param.ccl @@ -9,6 +9,16 @@ USES KEYWORD type "" restricted: +KEYWORD initial_data "Type of initial data" +{ + "plane" :: "Plane wave" + "gaussian" :: "Gaussian wave" + "box" :: "Box wave" + "none" :: "No initial data, zero phi" +} "gaussian" + +private: + ## Parameter for rotating binary charges KEYWORD binary_source "Rotating binary source" @@ -17,7 +27,7 @@ KEYWORD binary_source "Rotating binary source" "fast":: "Rotating binary source (fast'n fancy); set binary_[radius/size/omega]" "slow":: "Rotating binary source (slown'n easy); set binary_[radius/size/omega]" "no" :: "No rotating binary source" -} "yes" +} "no" KEYWORD binary_verbose "Rotating binary source verbose" { @@ -26,41 +36,28 @@ KEYWORD binary_verbose "Rotating binary source verbose" "no" :: "no output" } "no" -CCTK_REAL binary_size "Radial extension of the binary source" +REAL binary_size "Radial extension of the binary source" { 0.0: :: "Some positive value" } 0.5 -CCTK_REAL binary_omega "Frequency of the circular binary orbit" +REAL binary_omega "Frequency of the circular binary orbit" { 0.0: :: "Some positive value" } 2.0 -CCTK_REAL binary_charge "Charge of source" +REAL binary_charge "Charge of source" { : :: "No restriction" } 0.1 -CCTK_REAL binary_radius "Radius of the circular binary orbit" +REAL binary_radius "Radius of the circular binary orbit" { 0.0: :: "Some positive value" } 2.0 - - - ## Parameter for initial wavepulses -KEYWORD initial_data "Type of initial data" -{ - "plane" :: "Plane wave" - "gaussian" :: "Gaussian wave" - "box" :: "Box wave" - "none" :: "No initial data, zero phi" -} "gaussian" - -private: - REAL radius "The radius of the gaussian wave" { 0:* :: -- cgit v1.2.3