aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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 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"