summaryrefslogtreecommitdiff
path: root/src/include/cctki_Groups.h
blob: ce6724cf259244ff7cebe4cb8a82dd943a04b526 (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
33
34
35
36
37
38
39
40
41
42
 /*@@
   @header    cctki_Groups.h
   @date      Mon Feb  8 14:47:10 1999
   @author    Tom Goodale
   @desc 
   Prototypes and constants for internal group functions.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTKI_GROUPS_H_
#define _CCTKI_GROUPS_H_

/* Prototypes */

#ifdef __cplusplus 
extern "C" {
#endif

void CCTKi_DumpGroupInfo(void); 

int  CCTKi_CreateGroup(const char *gname, 
                       const char *thorn,  
                       const char *imp,
                       const char *gtype,
                       const char *vtype,
                       const char *gscope,
                       int         dimension,
                       int         ntimelevels,
                       const char *dtype,
                       const char *size,
                       const char *ghostsize,
                       const char *tags,
                       const char *vararraysize,
                       int         n_basevars,
                       ...);

#ifdef __cplusplus 
}
#endif

#endif