Searched refs:interp_to_source (Results 1 – 1 of 1) sorted by relevance
269 const CeedScalar *interp_to_source = NULL, *interp_from_source = NULL, *grad_from_source = NULL; in CeedBasisCreateProjectionMatrices() local273 CeedCall(CeedBasisGetInterp1D(basis_to, &interp_to_source)); in CeedBasisCreateProjectionMatrices()277 CeedCall(CeedBasisGetInterp(basis_to, &interp_to_source)); in CeedBasisCreateProjectionMatrices()297 …CeedCall(CeedMatrixPseudoinverse(CeedBasisReturnCeed(basis_to), interp_to_source, Q * q_comp, P_to… in CeedBasisCreateProjectionMatrices()