summaryrefslogtreecommitdiff
path: root/src/include/cctki_GHExtensions.h
blob: fa5101d15ce908435da19558c5e6e78afe231c7f (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
32
 /*@@
   @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_ScheduleTraverseGHExtensions(cGH *GH, const char *where);

#ifdef __cplusplus
}
#endif

#endif /* _CCTKI_GHEXTENSIONS_H_ */