/// @file /// Test interpolation in multiple dimensions /// \test Test interpolation in multiple dimensions #include #include static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { CeedScalar result = 1, center = 0.1; for (CeedInt d=0; d 1E-4) { // LCOV_EXCL_START printf("[%" CeedInt_FMT "] %f != %f=f(%f", dim, u[i], fx, xx[0]); for (CeedInt d=1; d