aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DG_guts.h
blob: 4c1b21116f60f0283eb202fdd68e8f9df6b4e7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 "CactusEinstein/Einstein/src/macro/DXDG_guts.h"
#include "CactusEinstein/Einstein/src/macro/DYDG_guts.h"
#include "CactusEinstein/Einstein/src/macro/DZDG_guts.h"

#endif