aboutsummaryrefslogtreecommitdiff
path: root/src/Boundaries.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boundaries.c')
-rw-r--r--src/Boundaries.c41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/Boundaries.c b/src/Boundaries.c
deleted file mode 100644
index ef1a009..0000000
--- a/src/Boundaries.c
+++ /dev/null
@@ -1,41 +0,0 @@
-/* File produced by Kranc */
-
-#include "cctk.h"
-#include "cctk_Arguments.h"
-#include "cctk_Parameters.h"
-#include "cctk_Faces.h"
-#include "util_Table.h"
-#include "Symmetry.h"
-
-
-/* the boundary treatment is split into 3 steps: */
-/* 1. excision */
-/* 2. symmetries */
-/* 3. "other" boundary conditions, e.g. radiative */
-
-/* to simplify scheduling and testing, the 3 steps */
-/* are currently applied in separate functions */
-
-
-void WeylScal4_CheckBoundaries(CCTK_ARGUMENTS)
-{
- DECLARE_CCTK_ARGUMENTS;
- DECLARE_CCTK_PARAMETERS;
-
- return;
-}
-
-void WeylScal4_SelectBoundConds(CCTK_ARGUMENTS)
-{
- DECLARE_CCTK_ARGUMENTS;
- DECLARE_CCTK_PARAMETERS;
-
- CCTK_INT ierr = 0;
- return;
-}
-
-
-
-/* template for entries in parameter file:
-*/
-