aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl30
1 files changed, 29 insertions, 1 deletions
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"