aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boundary.c')
-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