aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/common/3d.cube.size4/interp-dxx.compute.c
blob: 4d1c4fb1509a523f3890fd6ed773eb1d2593cf4b (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
result =
	coeff_dxx_m1_m1_m1*data_m1_m1_m1
	+ coeff_dxx_0_m1_m1*data_0_m1_m1
	+ coeff_dxx_p1_m1_m1*data_p1_m1_m1
	+ coeff_dxx_p2_m1_m1*data_p2_m1_m1
	+ coeff_dxx_m1_0_m1*data_m1_0_m1
	+ coeff_dxx_0_0_m1*data_0_0_m1
	+ coeff_dxx_p1_0_m1*data_p1_0_m1
	+ coeff_dxx_p2_0_m1*data_p2_0_m1
	+ coeff_dxx_m1_p1_m1*data_m1_p1_m1
	+ coeff_dxx_0_p1_m1*data_0_p1_m1
	+ coeff_dxx_p1_p1_m1*data_p1_p1_m1
	+ coeff_dxx_p2_p1_m1*data_p2_p1_m1
	+ coeff_dxx_m1_p2_m1*data_m1_p2_m1
	+ coeff_dxx_0_p2_m1*data_0_p2_m1
	+ coeff_dxx_p1_p2_m1*data_p1_p2_m1
	+ coeff_dxx_p2_p2_m1*data_p2_p2_m1
	+ coeff_dxx_m1_m1_0*data_m1_m1_0
	+ coeff_dxx_0_m1_0*data_0_m1_0
	+ coeff_dxx_p1_m1_0*data_p1_m1_0
	+ coeff_dxx_p2_m1_0*data_p2_m1_0
	+ coeff_dxx_m1_0_0*data_m1_0_0
	+ coeff_dxx_0_0_0*data_0_0_0
	+ coeff_dxx_p1_0_0*data_p1_0_0
	+ coeff_dxx_p2_0_0*data_p2_0_0
	+ coeff_dxx_m1_p1_0*data_m1_p1_0
	+ coeff_dxx_0_p1_0*data_0_p1_0
	+ coeff_dxx_p1_p1_0*data_p1_p1_0
	+ coeff_dxx_p2_p1_0*data_p2_p1_0
	+ coeff_dxx_m1_p2_0*data_m1_p2_0
	+ coeff_dxx_0_p2_0*data_0_p2_0
	+ coeff_dxx_p1_p2_0*data_p1_p2_0
	+ coeff_dxx_p2_p2_0*data_p2_p2_0
	+ coeff_dxx_m1_m1_p1*data_m1_m1_p1
	+ coeff_dxx_0_m1_p1*data_0_m1_p1
	+ coeff_dxx_p1_m1_p1*data_p1_m1_p1
	+ coeff_dxx_p2_m1_p1*data_p2_m1_p1
	+ coeff_dxx_m1_0_p1*data_m1_0_p1
	+ coeff_dxx_0_0_p1*data_0_0_p1
	+ coeff_dxx_p1_0_p1*data_p1_0_p1
	+ coeff_dxx_p2_0_p1*data_p2_0_p1
	+ coeff_dxx_m1_p1_p1*data_m1_p1_p1
	+ coeff_dxx_0_p1_p1*data_0_p1_p1
	+ coeff_dxx_p1_p1_p1*data_p1_p1_p1
	+ coeff_dxx_p2_p1_p1*data_p2_p1_p1
	+ coeff_dxx_m1_p2_p1*data_m1_p2_p1
	+ coeff_dxx_0_p2_p1*data_0_p2_p1
	+ coeff_dxx_p1_p2_p1*data_p1_p2_p1
	+ coeff_dxx_p2_p2_p1*data_p2_p2_p1
	+ coeff_dxx_m1_m1_p2*data_m1_m1_p2
	+ coeff_dxx_0_m1_p2*data_0_m1_p2
	+ coeff_dxx_p1_m1_p2*data_p1_m1_p2
	+ coeff_dxx_p2_m1_p2*data_p2_m1_p2
	+ coeff_dxx_m1_0_p2*data_m1_0_p2
	+ coeff_dxx_0_0_p2*data_0_0_p2
	+ coeff_dxx_p1_0_p2*data_p1_0_p2
	+ coeff_dxx_p2_0_p2*data_p2_0_p2
	+ coeff_dxx_m1_p1_p2*data_m1_p1_p2
	+ coeff_dxx_0_p1_p2*data_0_p1_p2
	+ coeff_dxx_p1_p1_p2*data_p1_p1_p2
	+ coeff_dxx_p2_p1_p2*data_p2_p1_p2
	+ coeff_dxx_m1_p2_p2*data_m1_p2_p2
	+ coeff_dxx_0_p2_p2*data_0_p2_p2
	+ coeff_dxx_p1_p2_p2*data_p1_p2_p2
	+ coeff_dxx_p2_p2_p2*data_p2_p2_p2;