aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/common/3d.cube.size2/interp-dy.compute.c
blob: e659b1805542af7157be8c4caf6a3d22ebba97d0 (plain)
1
2
3
4
5
6
7
8
9
result =
	coeff_dy_0_0_0*data_0_0_0
	+ coeff_dy_p1_0_0*data_p1_0_0
	+ coeff_dy_0_p1_0*data_0_p1_0
	+ coeff_dy_p1_p1_0*data_p1_p1_0
	+ coeff_dy_0_0_p1*data_0_0_p1
	+ coeff_dy_p1_0_p1*data_p1_0_p1
	+ coeff_dy_0_p1_p1*data_0_p1_p1
	+ coeff_dy_p1_p1_p1*data_p1_p1_p1;