aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-01-05 14:10:21 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-01-05 14:10:21 +0000
commitac675226b1f8063813c47fd66eefbe36eff4ecc4 (patch)
tree660244432a07906ed87552db2cb12973219648b8 /param.ccl
parentab3f132874ff06c101d9832ebded16fc06354624 (diff)
Tidying and looking at error codes.
Also, added a new private parameter "solver" which contains the name of the elliptic solver to use, and so now SourceData.F77 demonstrates the jiggery-pokery needed to pass string parameter into the elliptic interface ! git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@20 41e88fdd-2190-4c69-9c84-4659c8cf322e
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 5b5f597..4addfcc 100644
--- a/param.ccl
+++ b/param.ccl
@@ -25,3 +25,9 @@ BOOLEAN output_tmp "Output intermediate variables"
{
} "no"
+STRING solver "Name of elliptic solver"
+{
+.*
+} "sor"
+
+