aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/common/3d.cube.size3/interp-dxx.compute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/common/3d.cube.size3/interp-dxx.compute.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/common/3d.cube.size3/interp-dxx.compute.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/common/3d.cube.size3/interp-dxx.compute.c b/src/GeneralizedPolynomial-Uniform/common/3d.cube.size3/interp-dxx.compute.c
new file mode 100644
index 0000000..5ac4e94
--- /dev/null
+++ b/src/GeneralizedPolynomial-Uniform/common/3d.cube.size3/interp-dxx.compute.c
@@ -0,0 +1,28 @@
+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_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_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_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_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_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_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_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_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;