aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-05-23 16:35:45 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-05-23 16:35:45 +0000
commit9f93f647107ef10be6284416f956a82c9065eb6d (patch)
treede315bf543d9d413573f8c1847bd14f95df4802c /param.ccl
parent9b2f9a42cc6d4e2dc876ee390cd76f6164be1520 (diff)
* document Gowdy-wave model (this was missing from the thorn guide)
* add a new feature that any vacuum non-cosmological-constant solution can be Lorentz-boosted by any 3-velocity (previously, Kerr/Kerr-Schild had the ability to do a z-axis boost, but the new code works for most of the models, and can boost in any direction) * general cleanup of most of the individual models to systematize comment conventions for subroutine arguments: input arguments, output arguments, static local variables, local variables, parameters * cleanup comments in various places to describe conformal factor being passed to/from individual models (this was in the code before, but not consistently documented) * various other cleanups in documentation There should be no change in the operation of any of the existing models. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@162 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl19
1 files changed, 19 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index dcb59dd..a8702a7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -95,6 +95,25 @@ KEYWORD overwrite_boundary "Overwrite g and K on the boundary"
} "no"
################################################################################
+##### parameters for boosting any non-stress-energy-tensor model ###############
+################################################################################
+
+private:
+
+REAL boost_vx "x component of boost velocity"
+{
+*:* :: "any real number"
+} 0.0
+REAL boost_vy "y component of boost velocity"
+{
+*:* :: "any real number"
+} 0.0
+REAL boost_vz "z component of boost velocity"
+{
+*:* :: "any real number"
+} 0.0
+
+################################################################################
##### general comments #########################################################
################################################################################