Lines Matching full:matrix
70 - `interp1d`: Matrix of size `(q, p)` expressing the values of nodal basis functions at
72 - `grad1d`: Matrix of size `(p, q)` expressing derivatives of nodal basis functions at
125 - `interp`: Matrix of size `(nqpts, nnodes)` expressing the values of nodal basis functions
129 - `qref`: Matrix of size `(dim, nqpts)` holding the locations of quadrature points on the
183 - `interp`: Matrix of size `(dim, nqpts, nnodes)` expressing the values of basis functions
187 - `qref`: Matrix of size `(dim, nqpts)` holding the locations of quadrature points on the
241 - `interp`: Matrix of size `(dim, nqpts, nnodes)` expressing the values of basis functions
243 - `curl`: Matrix of size `(curlcomp, nqpts, nnodes)`, `curlcomp = 1 if dim < 3 else dim`)
244 matrix expressing curl of basis functions at quadrature points.
245 - `qref`: Matrix of size `(dim, nqpts)` holding the locations of quadrature points on the
464 Get the interpolation matrix of the given [`Basis`](@ref). Returns a matrix of size
485 Get the 1D interpolation matrix of the given [`Basis`](@ref). `b` must be a tensor-product
486 basis, otherwise this function will fail. Returns a matrix of size `(getnumqpts1d(b),
500 Get the gradient matrix of the given [`Basis`](@ref). Returns a tensor of size
515 Get the 1D derivative matrix of the given [`Basis`](@ref). Returns a matrix of size
529 Get the divergence matrix of the given [`Basis`](@ref). Returns a tensor of size
543 Get the curl matrix of the given [`Basis`](@ref). Returns a tensor of size