aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-04 11:07:02 +0000
committerallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-04 11:07:02 +0000
commit6fdb31f4fa147be1067f8c43e365a638ccedda2f (patch)
tree18e85ef15179f2dbb556523ef6031f23445c1874 /interface.ccl
parent53f1e5d0e5ab6597791bcea513f29bcb75787547 (diff)
Removing initial data and setting timestep, these jobs are in their
own thorns now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@12 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl7
1 files changed, 4 insertions, 3 deletions
diff --git a/interface.ccl b/interface.ccl
index 906b862..d3e8fda 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,22 +2,23 @@
# $Header$
implements: wavetoy
-inherits: grid
-protected:
+public:
cctk_real scalarevolve type = GF
{
phi
} "The evolved scalar field"
-private:
+protected:
cctk_real scalarold type = GF
{
phi_old
} "The scalar field at the last timestep"
+private:
+
cctk_real scalartmps type = GF
{
phi_tmp