aboutsummaryrefslogtreecommitdiff
path: root/par
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 /par
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 'par')
-rw-r--r--par/charge.par1
1 files changed, 1 insertions, 0 deletions
diff --git a/par/charge.par b/par/charge.par
index 1224cff..8b2e48c 100644
--- a/par/charge.par
+++ b/par/charge.par
@@ -18,6 +18,7 @@ idscalarwave::initial_data = "charge"
idscalarwaveelliptic::output_tmp = "yes"
idscalarwaveelliptic::radius = 5.5
idscalarwaveelliptic::charge = 1
+idscalarwaveelliptic::solver = "sor"
wavetoyf90::bound = "radiation"