aboutsummaryrefslogtreecommitdiff
path: root/src/EllBase.h
blob: e01198ce874aabc48331e1ac4cb77758a44a99e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _LINEARELLIPTIC_H_
#define _LINEARELLIPTIC_H_

#ifdef CCODE


/* Argumennt structure for the four different types of elliptic solvers
   provided at this point. Difference is MetricI, MetricPsiI and StencilGFI, which
   are arrays holding the grid function indices of the metric, metric+psi or
   the 27 stencil grid functions, respectively */

#define LINELL_FLAT3D_ARGS cGH *GH, \
          CCTK_REAL tolerance, \
          int FieldIndex, \
          int MIndex, \
          int NIndex \

#endif

#endif