Searched refs:interp_proj (Results 1 – 1 of 1) sorted by relevance
219 const CeedScalar *interp_proj, *grad_proj, *interp_proj_ref, *grad_proj_ref; in main() local222 CeedBasisGetInterp(basis_proj, &interp_proj); in main()227 if (fabs(interp_proj[i] - ((CeedScalar *)interp_proj_ref)[i]) > tol) { in main()229 …pology Projection: interp[%" CeedInt_FMT "] expected %f, got %f\n", i, interp_proj[i], ((CeedScala… in main()