aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@1d96b42b-98df-4a6a-9d84-1b24288d4588>2000-05-15 16:11:36 +0000
committergoodale <goodale@1d96b42b-98df-4a6a-9d84-1b24288d4588>2000-05-15 16:11:36 +0000
commitbd17b6b0bb4e720cc25a80b42211f72afc9faa01 (patch)
treec05f5f1ec481653ab9d9520e2dd264be9f9145e5 /param.ccl
parent8f8ff1bd16e13f873c848f4231cf272f32d6b7e9 (diff)
Adding allowed-range to some string parameters.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@41 1d96b42b-98df-4a6a-9d84-1b24288d4588
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index c167ea4..10691a9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -32,12 +32,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"
{
- ::
+ "." ::
}"KSPBCGS"
STRING petsc_PC_type "See the PETSc Manual, p 49 for options, or look at petsc_ell source"
{
- ::
+ "." ::
} "PCJACOBI"
KEYWORD petsc_nablaform "PETSC nabla form"