aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh
blob: a4055002886870665e98967a59b26f9c8c2db300 (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: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh,v 1.2 2001/03/16 21:32:17 eschnett Exp $

#include <vector>

#include "cctk.h"

namespace CarpetIOFlexIO {
  
  // Variable definitions
  extern int GHExtension;
  extern int IOMethod;
  extern vector<bool> do_truncate;
  extern vector<vector<int> > last_output;
  
  // Scheduled functions
  extern "C" {
    int CarpetIOFlexIOStartup ();
  }
  
  void* SetupGH (tFleshConfig* const fc,
		 const int convLevel, cGH* const cgh);
  
  int OutputGH (cGH* const cgh);
  int OutputVarAs (cGH* const cgh, const char* const varname,
		   const char* const alias);
  int TimeToOutput (cGH* const cgh, const int vindex);
  int TriggerOutput (cGH* const cgh, const int vindex);
  
} // namespace CarpetIOFlexIO