aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/make.code.defn
blob: 2d3963d442e4b55fe4e2841f81ddf2523ea3ee5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 \
       3d.cube.order5.smooth0.c \
			# end of list