aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2001-12-20 12:58:59 +0000
committerallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2001-12-20 12:58:59 +0000
commit14b6f105acd14c056b53d5d7a50b35fe29e731a9 (patch)
treed90258f6837b78cf939c4aed61d72265ac2c3747
parenta6f45773b8408f71a0cfd11f3ee4a90d53c9b6b6 (diff)
Adding parameter ranges
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@57 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 0c34a78..4d04015 100644
--- a/param.ccl
+++ b/param.ccl
@@ -28,12 +28,12 @@ BOOLEAN petsc_coeff_to_one "Divide each line of the matrix by the central value?
STRING petsc_KSP_type "See the PETSc Manual, p 49 for options, or look at petsc_ell source"
{
- "." ::
+ "." :: "Anything"
}"KSPBCGS"
STRING petsc_PC_type "See the PETSc Manual, p 49 for options, or look at petsc_ell source"
{
- "." ::
+ "." :: "Anything"
} "PCJACOBI"
KEYWORD petsc_nablaform "PETSC nabla form"