aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/common/1d.cube.size6/interp-dxx.compute.c
blob: 842312e6279389a3180cf08fb2eccc6211f345b1 (plain)
1
2
3
4
5
6
7
result =
	coeff_dxx_m2*data_m2
	+ coeff_dxx_m1*data_m1
	+ coeff_dxx_0*data_0
	+ coeff_dxx_p1*data_p1
	+ coeff_dxx_p2*data_p2
	+ coeff_dxx_p3*data_p3;