summaryrefslogtreecommitdiff
path: root/src/include/cctk_Stagger.h
blob: 655a704cff5672e93d2b8adda6733a60e826e31c (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
 /*@@
   @header    cctk_Stagger.h
   @date      Thu Jan 20 2000
   @author    Gerd Lanfermann
   @desc 
   Prototypes and constants for stagger functions.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTK_STAGGER_H_
#define _CCTK_STAGGER_H_

#ifdef __cplusplus
extern "C" {
#endif

int CCTK_StaggerVars(void);
int CCTK_StaggerCodeGrpIdx(int gindex);
int CCTK_StaggerCodeGrp(const char *gname);
int CCTK_StaggerCodeName(const char *stype);
int CCTK_DirStaggerCodeVal(int dir, int sc);
int CCTK_DirStaggerCodeName(int dir, const char *stype);

#ifdef __cplusplus
}
#endif

#endif