aboutsummaryrefslogtreecommitdiff
path: root/src/ellpetsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ellpetsc.h')
-rw-r--r--src/ellpetsc.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ellpetsc.h b/src/ellpetsc.h
new file mode 100644
index 0000000..a1dceb2
--- /dev/null
+++ b/src/ellpetsc.h
@@ -0,0 +1,21 @@
+/*@@
+ @header ellpetsc.h
+ @author Gabrielle Allen
+ @date 17th September 2001
+ @desc
+ Include file for thorn EllPETSc
+ @enddesc
+ @version $Header$
+@@*/
+
+#ifndef _ELLPETSC_H_
+#define _ELLPETSC_H_ 1
+
+#define XDM 0
+#define XDP 1
+#define YDM 2
+#define YDP 3
+#define ZDM 4
+#define ZDP 5
+
+#endif /* _ELLPETSC_H_ */