From 5ee1256b73147cdbcb6b97ecc4053d5d7ed90142 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 11 May 2012 23:15:39 +0000 Subject: 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 --- param.ccl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3