From 7d93d9515961a769c22c32fd425d37439206f912 Mon Sep 17 00:00:00 2001 From: rideout Date: Fri, 14 Feb 2003 00:37:37 +0000 Subject: Add parameters, one for each boundary condition, which allow one to turn off registration of that boundary condition. (e.g. if one wants to register their own routine as providing the same boundary condition.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@197 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- param.ccl | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/param.ccl b/param.ccl index d7b107b..618200f 100644 --- a/param.ccl +++ b/param.ccl @@ -7,4 +7,32 @@ restricted: INT radpower "Power of decay rate in extrapolation used in radiative boundaries" { : :: "A negative value switches off this feature" -} -1 \ No newline at end of file +} -1 + +BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition" +{ +} "yes" + +BOOLEAN register_flat "Register routine to handle the 'Flat' boundary condition" +{ +} "yes" + +BOOLEAN register_radiation "Register routine to handle the 'Radiation' boundary condition" +{ +} "yes" + +BOOLEAN register_copy "Register routine to handle the 'Copy' boundary condition" +{ +} "yes" + +BOOLEAN register_robin "Register routine to handle the 'Robin' boundary condition" +{ +} "yes" + +BOOLEAN register_static "Register routine to handle the 'Static' boundary condition" +{ +} "yes" + +BOOLEAN register_none "Register routine to handle the 'None' boundary condition" +{ +} "yes" -- cgit v1.2.3