summaryrefslogtreecommitdiff
path: root/src/include/cctki_GHExtensions.h
blob: c06a650bd28d6a00eef5a854954b1713c98e37de (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
26
27
28
29
30
31
 /*@@
   @header    cctki_GHExtensions.h
   @date      Fri Jan 15 14:15:20 1999
   @author    Tom Goodale
   @desc 
   Prototypes for functions dealing with GH extensions.
   @enddesc
   @version $Header$
 @@*/

#ifndef _CCTKI_GHEXTENSIONS_H_
#define _CCTKI_GHEXTENSIONS_H_

#ifdef __cplusplus
extern "C" {
#endif

int CCTKi_SetupGHExtensions(tFleshConfig *config, 
                           int convergence_level, 
                           cGH *GH);

int CCTKi_InitGHExtensions(cGH *GH);

int CCTKi_rfrTraverseGHExtensions(cGH *GH, int rfrpoint);

#ifdef __cplusplus
}
#endif

#endif