aboutsummaryrefslogtreecommitdiff
path: root/src/stencil.h
diff options
context:
space:
mode:
authorschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2006-07-05 19:05:46 +0000
committerschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2006-07-05 19:05:46 +0000
commit52a24adeead81157f5d205c6a94a3d4a8731c453 (patch)
treeec844495b86668525a75f4142cc3245c2d144dff /src/stencil.h
parent7409bb1a94ba40a8ff24896cc8a2e5ef3a096d96 (diff)
Introduce a function SBP_determine_onesided_stencil which determines
which faces should use one-sided stencils, depending on which boundaries are inter-processor boundaries, symmetry boundaries, and multi-patch boundaries. Use this function everywhere. Remove the previous mechinisms; some were not in all cases correct. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@75 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'src/stencil.h')
-rw-r--r--src/stencil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stencil.h b/src/stencil.h
new file mode 100644
index 0000000..7937e1e
--- /dev/null
+++ b/src/stencil.h
@@ -0,0 +1,8 @@
+#ifndef STENCIL_H
+#define STENCIL_H
+
+#include "cctk.h"
+
+void SBP_determine_onesided_stencil (const cGH * cctkGH, int * onesided);
+
+#endif /* #ifndef STENCIL_H */