From 5d6de3bdc161d01e531adb3c743a3e3ae5c05886 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 6 May 2004 02:07:44 +0000 Subject: Adding more verbose descriptions of the parameters as per Erik's recent commit to the param.ccl in WaveToyC. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@99 f80f6fb6-8356-4fd4-90bc-d84ad503c100 --- param.ccl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/param.ccl b/param.ccl index 33b2e33..cb1e046 100644 --- a/param.ccl +++ b/param.ccl @@ -5,13 +5,14 @@ restricted: KEYWORD bound "Type of boundary condition to use" { - "none" :: "No boundary condition" - "flat" :: "Flat boundary condition" - "static" :: "Static boundary condition" + "none" :: "Apply no boundary condition" + "flat" :: "Flat (von Neumann, n grad phi = 0) boundary condition" + "static" :: "Static (Dirichlet, dphi/dt=0) boundary condition" "radiation" :: "Radiation boundary condition" - "robin" :: "Robin boundary condition" - "zero" :: "Zero boundary condition" + "robin" :: "Robin (phi(r) = C/r) boundary condition" + "zero" :: "Zero (Dirichlet, phi=0) boundary condition" } "none" + \ No newline at end of file -- cgit v1.2.3