aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
commit47b0340c7d540e4bac64f3c4d46d9fe408a6d48c (patch)
treebbc1aa85b920d632f6c58d5c23afce3fa12daf9f /param.ccl
parent121aa9416503f022b5251feef06ab1f82debf3f5 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@3 41e88fdd-2190-4c69-9c84-4659c8cf322e
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl24
1 files changed, 24 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..0b40989
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,24 @@
+# Parameter definitions for thorn IDScalarWaveElliptic
+# $Header$
+
+shares: idscalarwave
+
+EXTENDS KEYWORD initial_data ""
+{
+ "charge" :: "Uniformly charged sphere"
+}
+
+
+private:
+
+REAL radius "Radius of uniformly charged sphere"
+{
+ 0:* ::
+} 1.0
+
+REAL charge "Charge of uniformly charged sphere"
+{
+ 0:* ::
+} 1.0
+
+