Lines Matching refs:qweight
115 create_h1_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, grad, qref, qweight)
131 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference
143 qweight::AbstractArray{CeedScalar},
149 @assert length(qweight) == nqpts
166 qweight,
173 create_hdiv_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, div, qref, qweight)
189 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference
201 qweight::AbstractArray{CeedScalar},
207 @assert length(qweight) == nqpts
224 qweight,
231 create_hcurl_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, curl, qref, qweight)
247 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference
259 qweight::AbstractArray{CeedScalar},
266 @assert length(qweight) == nqpts
283 qweight,