aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-10-07 15:36:55 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-10-07 15:36:55 +0000
commit88deb662dbd7c67cc591cccd18e3c3216865fb6a (patch)
tree85a72ce6ed30e43ddd11f3b9a0969d4ae68c98d6 /param.ccl
parent92ce0b9733c2e40c786b5ef42ba2d1c7dd53bfe3 (diff)
Added parameters and code to rotate the initial ellipsoidal data for f and
and to translate the origin for spherical and ellipsoidal initial data. The rotation is done in sequence first around the z-axis, then the rotated y-axis and finally around the (twice) rotated x-axis. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@66 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl30
1 files changed, 30 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1eab9ed..b414acf 100644
--- a/param.ccl
+++ b/param.ccl
@@ -48,6 +48,36 @@ REAL initial_c "Initial c coefficient of ellipsoid"
(0.0: :: "Positive please"
} 1.0
+REAL rotation_alpha "Rotation angle around z-axis of ellipsoid"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL rotation_beta "Rotation angle around y-axis of ellipsoid"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL rotation_gamma "Rotation angle around x-axis of ellipsoid"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL translate_x "Translation in x-direction"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL translate_y "Translation in y-direction"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL translate_z "Translation in z-direction"
+{
+*:* :: "Everything is possible"
+} 0.0
+
REAL cas_a "Initial a coefficient of ovaloid of cassini"
{
: :: "Any number (negative and positive are equivalent)"