Lines Matching refs:quadrature
49 - `q`: Number of quadrature points in one dimension.
50 - `qmode`: Distribution of the $q$ quadrature points (affects order of accuracy for the
51 quadrature).
69 - `q`: Number of quadrature points in one dimension
71 quadrature points.
73 quadrature points.
74 - `qref1d`: Array of length `q` holding the locations of quadrature points on the 1D
76 - `qweight1d`: Array of length `q` holding the quadrature weights on the reference element.
124 - `nqpts`: Total number of quadrature points.
126 at quadrature points.
128 functions at quadrature points.
129 - `qref`: Matrix of size `(dim, nqpts)` holding the locations of quadrature points on the
131 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference
182 - `nqpts`: Total number of quadrature points.
184 at quadrature points.
186 quadrature points.
187 - `qref`: Matrix of size `(dim, nqpts)` holding the locations of quadrature points on the
189 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference
240 - `nqpts`: Total number of quadrature points.
242 at quadrature points.
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
247 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference
292 Apply basis evaluation from nodes to quadrature points or vice versa, storing the result in
298 Set `tmode` to `CEED_NOTRANSPOSE` to evaluate from nodes to quadrature or to
299 `CEED_TRANSPOSE` to apply the transpose, mapping from quadrature points to nodes.
305 - `CEED_EVAL_WEIGHT` to use quadrature weights.
411 Return the number of quadrature points of the given [`Basis`](@ref).
422 Return the number of 1D quadrature points of the given (tensor-product) [`Basis`](@ref).
433 Get the reference coordinates of quadrature points (in `dim` dimensions) of the given
450 Get the quadrature weights of quadrature points (in `dim` dimensions) of the given