aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2001-01-17 15:30:18 +0000
committerallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2001-01-17 15:30:18 +0000
commit6dc7e7259e1283f9ccd52cd81953439a71398005 (patch)
tree597c10ad9a8c69b0fff45adc874d9ddbdde3073f /param.ccl
parentdf15ceb404a0222c1ed8935efcaf972c2e394ed8 (diff)
Making the call to do zero boundary conditions use new directional
boundary conditions, and new testsuite to test it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@55 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 14f9294..0c596d2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -6,6 +6,7 @@ private:
KEYWORD bound "Type of boundary condition to use"
{
"none" :: "No boundary condition"
+ "zero" :: "Set boundary to zero"
"flat" :: "Flat boundary condition"
"radiation" :: "Radiation boundary condition"
} "none"