aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2002-04-25 22:03:52 +0000
committergoodale <goodale@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2002-04-25 22:03:52 +0000
commit2d031812d302379fe809b35d4c834451b0dde2cb (patch)
treee4efcf64c56abc9e4b30d7d794ee1f22749a9240 /param.ccl
parenta55ee96fb5290060efb80289080cf6129b6b18c7 (diff)
Initial import of new Einstein stuff. This has the new thorns, but not all
are fully functional yet. When I have completed this stage I'll send an updated spec out with some questions which have arisen during this process. Please don't import anything new without checking with me first, as I want to play games on the server copying cvs files around to preserve histories on files which are only minimally touched. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@2 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..01d1e96
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,18 @@
+# Parameter definitions for thorn StaticConformal
+# $Header$
+
+shares: ADMBase
+
+EXTENDS KEYWORD metric_type
+{
+ "static conformal" :: "Metric is conformal with static conformal factor, extrinsic curvature is physical"
+}
+
+private:
+
+KEYWORD conformal_storage "How much conformal storage do we have ?"
+{
+ "factor" :: "Just the conformal factor"
+ "factor+derivs" :: "Conformal factor plus first derivatives"
+ "factor+derivs+2nd derivs" :: "Conformal factor plus first and second derivatives"
+} "factor+derivs+2nd derivs"