aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 22:10:20 +0000
committerallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 22:10:20 +0000
commitf683fad7e43be9f99188a3e04a1d2f73abc21434 (patch)
tree5315030eaf544f85c0142250bf96388ecd83f95d
parented15a6d09620c2b1061dbda537cd7f915e3270a4 (diff)
Formatted in the Cactus style
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyExtra/trunk@6 479a9caf-478d-4319-8268-cbb0ee841cc9
-rw-r--r--src/Boundary.c49
1 files changed, 47 insertions, 2 deletions
diff --git a/src/Boundary.c b/src/Boundary.c
index 908617b..3ee5534 100644
--- a/src/Boundary.c
+++ b/src/Boundary.c
@@ -1,3 +1,13 @@
+/*@@
+ @file Boundary.c
+ @date Friday 18th July 2003
+ @author Gabrielle Allen
+ @desc
+ Use any provided boundary condition with WaveToy
+ @enddesc
+ @version $Id$
+ @@*/
+
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
@@ -6,10 +16,45 @@
#include "util_Table.h"
+static const char *rcsid = "$Header$";
-static int handle=-1;
+CCTK_FILEVERSION(CactusWave_WaveToyExtra_Boundary.c);
+
+/********************************************************************
+ ********************* Local Data Types ***********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Local Routine Prototypes *********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Other Routine Prototypes *********************
+ ********************************************************************/
void WaveToyExtra_Boundary(CCTK_ARGUMENTS);
+
+/********************************************************************
+ ********************* Local Data *****************************
+ ********************************************************************/
+
+static int handle=-1;
+
+/********************************************************************
+ ********************* External Routines **********************
+ ********************************************************************/
+
+ /*@@
+ @routine WaveToyC_Boundary
+ @date Friday 18th July 2003
+ @author Gabrielle Allen
+ @desc
+ Mark wavetoy variables for custom boundary condition
+ @enddesc
+ @history
+ @endhistory
+@@*/
+
void WaveToyExtra_Boundary(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
@@ -49,7 +94,7 @@ void WaveToyExtra_Boundary(CCTK_ARGUMENTS)
/*@@
@routine WaveToyC_Terminate
- @date
+ @date Friday 18th July 2003
@author Gabrielle Allen
@desc
Tidy up wavetoy