aboutsummaryrefslogtreecommitdiff
path: root/src/README
blob: e82e759176dcc08dc950756807e80581b8fbed26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This directory contains the interpolation functions registered for
   CCTK_InterpLocal()
under the names
   "first-order uniform cartesian"
   "second-order uniform cartesian"
   "third-order uniform cartesian"

Implementation Notes
====================
The interpolation operators registered for different orders are mapped
via wrappers (in "Startup.c") onto a single routine (in "Operator.c"),
just passing the order as an additional argument.

The actual core interpolation routine is located in "Interpolate.c".

The subdirectories
  ./GeneralizedPolynomial-Uniform/
  ./UniformCartesian/
are empty (except for CVS subdirectories) and are left over from a
previous directory layout.  You can/should ignore them.