summaryrefslogtreecommitdiff
path: root/src/include/cctki_Groups.h
blob: 4af616c01b5ebc4993c902cfc5cfeb368e0939b2 (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* stype,
   const char* dtype,
   const char* size,
   const char* ghostsize,
   int         n_variables,
   ...);

#ifdef __cplusplus 
}
#endif

#endif