Lines Matching refs:CeedMemType
118 int (*GetPreferredMemType)(CeedMemType *);
121 …int (*ElemRestrictionCreate)(CeedMemType, CeedCopyMode, const CeedInt *, const bool *, const CeedI…
122 …int (*ElemRestrictionCreateAtPoints)(CeedMemType, CeedCopyMode, const CeedInt *, const bool *, con…
123 …int (*ElemRestrictionCreateBlocked)(CeedMemType, CeedCopyMode, const CeedInt *, const bool *, cons…
148 int (*HasBorrowedArrayOfType)(CeedVector, CeedMemType, bool *);
150 int (*SetArray)(CeedVector, CeedMemType, CeedCopyMode, CeedScalar *);
153 int (*SyncArray)(CeedVector, CeedMemType);
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 **);
182 int (*GetOffsets)(CeedElemRestriction, CeedMemType, const CeedInt **);
183 int (*GetOrientations)(CeedElemRestriction, CeedMemType, const bool **);
184 int (*GetCurlOrientations)(CeedElemRestriction, CeedMemType, const CeedInt8 **);
278 int (*HasBorrowedDataOfType)(CeedQFunctionContext, CeedMemType, bool *);
279 int (*SetData)(CeedQFunctionContext, CeedMemType, CeedCopyMode, void *);
280 int (*TakeData)(CeedQFunctionContext, CeedMemType, void *);
281 int (*GetData)(CeedQFunctionContext, CeedMemType, void *);
282 int (*GetDataRead)(CeedQFunctionContext, CeedMemType, void *);
288 CeedMemType data_destroy_mem_type;