From 5424fb9e49a1d37b3e1f13806bf6aa3d81e4874f Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 10 Sep 1999 13:17:29 +0000 Subject: 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/WaveToyC/trunk@3 90eea020-d82d-4da5-bf6e-4ee79ff7632f --- interface.ccl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 interface.ccl (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl new file mode 100644 index 0000000..c267fb6 --- /dev/null +++ b/interface.ccl @@ -0,0 +1,29 @@ +# Interface definition for thorn WaveToyC +# $Header$ + +implements: wavetoy + +public: + +cctk_real scalarevolve type = GF +{ + phi +} "The evolved scalar field" + +protected: + +cctk_real scalarold type = GF +{ + phi_old +} "The scalar field at the last timestep" + +private: + +cctk_real scalartmps type = GF +{ + tmp +} "Temporary GFs for WaveToy" + + + + -- cgit v1.2.3