Lines Matching refs:CeedBasis
124 …eedInt, const CeedScalar *, const CeedScalar *, const CeedScalar *, const CeedScalar *, CeedBasis);
126 CeedBasis);
128 CeedBasis);
130 CeedBasis);
206 int (*Apply)(CeedBasis, CeedInt, CeedTransposeMode, CeedEvalMode, CeedVector, CeedVector);
207 int (*ApplyAdd)(CeedBasis, CeedInt, CeedTransposeMode, CeedEvalMode, CeedVector, CeedVector);
208 …int (*ApplyAtPoints)(CeedBasis, CeedInt, const CeedInt *, CeedTransposeMode, CeedEvalMode, CeedVec…
209 …int (*ApplyAddAtPoints)(CeedBasis, CeedInt, const CeedInt *, CeedTransposeMode, CeedEvalMode, Ceed…
210 int (*Destroy)(CeedBasis);
232 …CeedBasis basis_chebyshev; /* basis interpolating from nodes to Chebyshev polynomial coefficient…
324 CeedBasis basis; /* Basis or CEED_BASIS_NONE for collocated fields */
342 CeedBasis *active_bases_in, *active_bases_out;