aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2004-05-06 02:07:44 +0000
committergoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2004-05-06 02:07:44 +0000
commit904d43e4b15fa9a6fb2d302424e43737ac5d6582 (patch)
tree28964daebb5b1571dae8b8c889e1eab27306eef7
parentad710eab1627041a8286e07234436eb5f3fb54fc (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/WaveToyFreeF90/trunk@72 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
-rw-r--r--param.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index cceb2bc..faddffd 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,11 +5,11 @@ 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"