aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2012-05-11 23:15:39 +0000
committereschnett <eschnett@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2012-05-11 23:15:39 +0000
commit5ee1256b73147cdbcb6b97ecc4053d5d7ed90142 (patch)
tree6ded5a6a9e66cef7adfb7800b8979a4f157ce2e7 /param.ccl
parent7f67d3a31ffd5dc3b9e03c7a3e83b9b902edab69 (diff)
Allow different boundary conditions in ADMBase
Introduce a parameter ADMBase::admbase_boundary_condition selection which boundary condition ADMBase applies. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@66 d576a68a-b34a-40ae-82fc-004fa1a9d16f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2d521c7..c2e05b0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -61,6 +61,13 @@ KEYWORD dtshift_evolution_method "The dtshift evolution method"
+STRING admbase_boundary_condition "Boundary condition for ADMBase variables"
+{
+ "" :: "must be a registered boundary condition"
+} "flat"
+
+
+
KEYWORD metric_type "The semantics of the metric variables (physical, static conformal, etc)"
{
"physical" :: "metric and extrinsic curvature are the physical ones"