aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2004-05-06 02:07:44 +0000
committergoodale <goodale@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2004-05-06 02:07:44 +0000
commit5d6de3bdc161d01e531adb3c743a3e3ae5c05886 (patch)
treeb49d431cf0f000d2062895cc9cef909ac430b280
parent7bad77aba722aa68ec19d622f99d2b9ce5bc8130 (diff)
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
-rw-r--r--param.ccl11
1 files 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