aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DG_guts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DG_guts.h')
-rw-r--r--src/macro/DG_guts.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/macro/DG_guts.h b/src/macro/DG_guts.h
new file mode 100644
index 0000000..1d7b1ac
--- /dev/null
+++ b/src/macro/DG_guts.h
@@ -0,0 +1,25 @@
+/*@@
+ @header DG_guts.h
+ @date Jun 98
+ @author Gabrielle Allen
+ @desc
+ Macro to calculate all the first derivatives of the
+ physical metric with respect to x, y, z
+
+ Calls the macros @seefile DXDG_guts.h @seefile DYDG_guts.h
+ and @seefile DZDG_guts.h.
+
+ The macro is defined in terms of standard variables in
+ @seefile DXDG_declare.h ,@seefile DYDG_declare.h and
+ @seefile DZDG_declare.h
+ @enddesc
+@@*/
+
+#ifndef DG_GUTS
+#define DG_GUTS
+
+#include "../../packages/CactusEinstein/Einstein/src/macro/DXDG_guts.h"
+#include "../../packages/CactusEinstein/Einstein/src/macro/DYDG_guts.h"
+#include "../../packages/CactusEinstein/Einstein/src/macro/DZDG_guts.h"
+
+#endif