Lines Matching refs:CeedScalar
124 …nsorH1)(CeedInt, CeedInt, CeedInt, const CeedScalar *, const CeedScalar *, const CeedScalar *, con…
125 …pology, CeedInt, CeedInt, CeedInt, const CeedScalar *, const CeedScalar *, const CeedScalar *, con…
127 …pology, CeedInt, CeedInt, CeedInt, const CeedScalar *, const CeedScalar *, const CeedScalar *, con…
129 …pology, CeedInt, CeedInt, CeedInt, const CeedScalar *, const CeedScalar *, const CeedScalar *, con…
150 int (*SetArray)(CeedVector, CeedMemType, CeedCopyMode, CeedScalar *);
151 int (*SetValue)(CeedVector, CeedScalar);
152 int (*SetValueStrided)(CeedVector, CeedSize, CeedSize, CeedSize, CeedScalar);
154 int (*TakeArray)(CeedVector, CeedMemType, CeedScalar **);
155 int (*GetArray)(CeedVector, CeedMemType, CeedScalar **);
156 int (*GetArrayRead)(CeedVector, CeedMemType, const CeedScalar **);
157 int (*GetArrayWrite)(CeedVector, CeedMemType, CeedScalar **);
160 int (*Norm)(CeedVector, CeedNormType, CeedScalar *);
161 int (*Scale)(CeedVector, CeedScalar);
162 int (*AXPY)(CeedVector, CeedScalar, CeedVector);
163 int (*AXPBY)(CeedVector, CeedScalar, CeedScalar, CeedVector);
221 …CeedScalar *q_ref_1d; /* array of length Q1d holding the locations of quadrature poi…
222 …CeedScalar *q_weight_1d; /* array of length Q1d holding the quadrature weights on the r…
223 …CeedScalar *interp; /* row-major matrix of shape [Q, P] or [dim * Q, P] expressing the values of n…
225 …CeedScalar *interp_1d; /* row-major matrix of shape [Q1d, P1d] expressing the values of nodal basi…
226 …CeedScalar *grad; /* row-major matrix of shape [dim * Q, P] matrix expressing derivatives of …
227 …CeedScalar *grad_1d; /* row-major matrix of shape [Q1d, P1d] matrix expressing derivatives of no…
228 …CeedScalar *div; /* row-major matrix of shape [Q, P] expressing the divergence of basis functions …
229 …CeedScalar *curl; /* row-major matrix of shape [curl_dim * Q, P], curl_dim = 1 if dim < 3 else dim…
238 …int (*Apply)(CeedTensorContract, CeedInt, CeedInt, CeedInt, CeedInt, const CeedScalar *restrict, C…
239 const CeedScalar *restrict, CeedScalar *restrict);
302 …)(void *ctx, int *nq, const CeedScalar *u, const CeedScalar *u1, const CeedScalar *u2, const CeedS…
303 …const CeedScalar *u5, const CeedScalar *u6, const CeedScalar *u7, const CeedScalar *u8, const Ceed…
304 …const CeedScalar *u11, const CeedScalar *u12, const CeedScalar *u13, const CeedScalar *u14, const …
305 …CeedScalar *v1, CeedScalar *v2, CeedScalar *v3, CeedScalar *v4, CeedScalar *v5, CeedScalar *v6, Ce…
306 …CeedScalar *v9, CeedScalar *v10, CeedScalar *v11, CeedScalar *v12, CeedScalar *v13, CeedScalar *v1…
346 CeedScalar **assembled_bases_in, **assembled_bases_out;