aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/make.code.defn
blob: c65645387dfd9732eec9af2c9ba1b47a414f678f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# make.code.defn file for Lagrange polynomial interpolation
# $Header$

# Source files in this directory
SRCS =                          \
       1d.cube.order1.smooth0.c \
       1d.cube.order2.smooth0.c \
       1d.cube.order3.smooth0.c \
       1d.cube.order4.smooth0.c \
       1d.cube.order5.smooth0.c \
       1d.cube.order6.smooth0.c \
                                \
       2d.cube.order1.smooth0.c \
       2d.cube.order2.smooth0.c \
       2d.cube.order3.smooth0.c \
       2d.cube.order4.smooth0.c \
                                \
       3d.cube.order1.smooth0.c \
       3d.cube.order2.smooth0.c \
       3d.cube.order3.smooth0.c \
       3d.cube.order4.smooth0.c \
			# end of list