aboutsummaryrefslogtreecommitdiff
path: root/ML_Kretschmann/src/Boundaries.cc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-11-04 12:04:24 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-29 11:38:27 +0100
commit9c7cde82ef79291ef3c932f8764f5906aafb04e1 (patch)
tree48570e51d581f04627755aa52c80fa7743b92974 /ML_Kretschmann/src/Boundaries.cc
parente300b9133176701f5279f56fc380baabfa6ced8b (diff)
Add generated code for ML_KretschmannHEADmaster
Diffstat (limited to 'ML_Kretschmann/src/Boundaries.cc')
-rw-r--r--ML_Kretschmann/src/Boundaries.cc41
1 files changed, 41 insertions, 0 deletions
diff --git a/ML_Kretschmann/src/Boundaries.cc b/ML_Kretschmann/src/Boundaries.cc
new file mode 100644
index 0000000..4209a1a
--- /dev/null
+++ b/ML_Kretschmann/src/Boundaries.cc
@@ -0,0 +1,41 @@
+/* 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 */
+
+
+extern "C" void ML_Kretschmann_CheckBoundaries(CCTK_ARGUMENTS)
+{
+ DECLARE_CCTK_ARGUMENTS;
+ DECLARE_CCTK_PARAMETERS;
+
+ return;
+}
+
+extern "C" void ML_Kretschmann_SelectBoundConds(CCTK_ARGUMENTS)
+{
+ DECLARE_CCTK_ARGUMENTS;
+ DECLARE_CCTK_PARAMETERS;
+
+ CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
+ return;
+}
+
+
+
+/* template for entries in parameter file:
+*/
+