Lines Matching full:reference
390 @param[in] x_ref `CeedVector` holding reference coordinates of each point
417 … "Length of reference coordinate vector incompatible with basis dimension and number of points." in CeedBasisApplyAtPointsCheckDims()
418 …" Found reference coordinate vector of length %" CeedSize_FMT ", not of length %" CeedSize_FMT ".", in CeedBasisApplyAtPointsCheckDims()
468 @param[in] x_ref `CeedVector` holding reference coordinates of each point
535 "Reference CPU ceed failed to create a tensor contraction object"); in CeedBasisApplyAtPoints_Core()
688 …@brief Fallback to a reference implementation for a non tensor-product basis for \f$H^1\f$ discret…
700 …rray of length `num_qpts * dim` holding the locations of quadrature points on the reference element
701 …@param[in] q_weight Array of length `num_qpts` holding the quadrature weights on the reference e…
870 @brief Increment the reference counter for a `CeedBasis`
872 @param[in,out] basis `CeedBasis` to increment the reference counter
1130 @brief Return a reference implementation of matrix multiplication \f$C = A B\f$.
1132 …Note: This is a reference implementation for CPU `CeedScalar` pointers that is not intended for hi…
1528 …y of length `Q_1d` holding the locations of quadrature points on the 1D reference element `[-1, 1]`
1529 …@param[in] q_weight_1d Array of length `Q_1d` holding the quadrature weights on the reference ele…
1665 …rray of length `num_qpts * dim` holding the locations of quadrature points on the reference element
1666 …@param[in] q_weight Array of length `num_qpts` holding the quadrature weights on the reference e…
1724 …rray of length `num_qpts` * dim holding the locations of quadrature points on the reference element
1725 …@param[in] q_weight Array of length `num_qpts` holding the quadrature weights on the reference e…
1783 …rray of length `num_qpts * dim` holding the locations of quadrature points on the reference element
1784 …@param[in] q_weight Array of length `num_qpts` holding the quadrature weights on the reference e…
1905 … This `CeedBasis` will be destroyed if `*basis_copy` is the only reference to this `CeedBasis`.
1907 @param[in] basis `CeedBasis` to copy reference to
1908 @param[in,out] basis_copy Variable to store copied reference
2108 @param[in] x_ref `CeedVector` holding reference coordinates of each point
2139 @param[in] x_ref `CeedVector` holding reference coordinates of each point
2293 @brief Get reference coordinates of quadrature points (in `dim` dimensions) of a `CeedBasis`
2296 @param[out] q_ref Variable to store reference coordinates of quadrature points