Searched refs:interp_proj_ref (Results 1 – 1 of 1) sorted by relevance
| /libCEED/tests/ |
| H A D | t319-basis.c | 219 const CeedScalar *interp_proj, *grad_proj, *interp_proj_ref, *grad_proj_ref; in main() local 221 GetCellToFaceTabulation(CEED_GAUSS_LOBATTO, NULL, NULL, &interp_proj_ref, &grad_proj_ref); in main() 227 if (fabs(interp_proj[i] - ((CeedScalar *)interp_proj_ref)[i]) > tol) { in main() 229 …p[%" CeedInt_FMT "] expected %f, got %f\n", i, interp_proj[i], ((CeedScalar *)interp_proj_ref)[i]); in main()
|