From 9f93f647107ef10be6284416f956a82c9065eb6d Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 23 May 2003 16:35:45 +0000 Subject: * 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 --- param.ccl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index dcb59dd..a8702a7 100644 --- a/param.ccl +++ b/param.ccl @@ -94,6 +94,25 @@ KEYWORD overwrite_boundary "Overwrite g and K on the boundary" "exact" :: "Use boundary data from an exact solution on a trivial slice" } "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 ######################################################### ################################################################################ -- cgit v1.2.3