aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b83b3108-af97-48ba-8c81-9293ccf7f924>2009-09-28 18:13:48 +0000
committerschnetter <schnetter@b83b3108-af97-48ba-8c81-9293ccf7f924>2009-09-28 18:13:48 +0000
commit1198ef6e175f651646fb7989e8cdce06d424d684 (patch)
treea12b5980e3986e7f579db332a0e809c1f602c7a9 /param.ccl
parentbcf804124910ccb0643e23ee6f7be30a768a1486 (diff)
Move thorn TmunuBase from AEIThorns to CactusEinstein.
Thorn TmunuBase provides grid functions for the stress-energy tensor T_ab. This allows spacetime codes to be independent of hydrodynamics formulations, or other formulations contributing to the stress-energy tensor. TmunuBase is backwards compatible with the old CalcTmunu.inc mechanism. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/TmunuBase/trunk@2 b83b3108-af97-48ba-8c81-9293ccf7f924
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl25
1 files changed, 25 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..8b6ed2b
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,25 @@
+# Parameter definitions for thorn TmunuBase
+
+BOOLEAN stress_energy_storage "Should the stress-energy tensor have storage?"
+{
+} no
+
+BOOLEAN stress_energy_at_RHS "Should the stress-energy tensor be calculated for the RHS evaluation?"
+{
+} no
+
+BOOLEAN support_old_CalcTmunu_mechanism "Should the old CalcTmunu.inc mechanism be supported?"
+{
+} yes
+
+INT timelevels "Number of time levels"
+{
+ 0:3 :: ""
+} 1
+
+STRING prolongation_type "The kind of boundary prolongation for the stress-energy tensor"
+{
+ "^Lagrange$" :: "standard prolongation (requires several time levels)"
+ "^none$" :: "no prolongation (use this if you do not have enough time levels active)"
+ "" :: "any other supported prolongation type"
+} "Lagrange"