Lines Matching refs:C
7 const CeedScalar = C.CeedScalar
14 const CeedInt = C.CeedInt
21 const CeedInt8 = C.CeedInt8
28 const CeedSize = C.CeedSize
35 const QuadMode = C.CeedQuadMode
36 const GAUSS = C.CEED_GAUSS
37 const GAUSS_LOBATTO = C.CEED_GAUSS_LOBATTO
44 const MemType = C.CeedMemType
45 const MEM_HOST = C.CEED_MEM_HOST
46 const MEM_DEVICE = C.CEED_MEM_DEVICE
54 destroyed by the garbage collector, and cannot be freed from C.
56 const CopyMode = C.CeedCopyMode
57 const COPY_VALUES = C.CEED_COPY_VALUES
58 const USE_POINTER = C.CEED_USE_POINTER
59 const OWN_POINTER = C.CEED_OWN_POINTER
79 const EvalMode = C.CeedEvalMode
80 const EVAL_NONE = C.CEED_EVAL_NONE
81 const EVAL_INTERP = C.CEED_EVAL_INTERP
82 const EVAL_GRAD = C.CEED_EVAL_GRAD
83 const EVAL_DIV = C.CEED_EVAL_DIV
84 const EVAL_CURL = C.CEED_EVAL_CURL
85 const EVAL_WEIGHT = C.CEED_EVAL_WEIGHT
92 const NormType = C.CeedNormType
93 const NORM_1 = C.CEED_NORM_1
94 const NORM_2 = C.CEED_NORM_2
95 const NORM_MAX = C.CEED_NORM_MAX
103 const TransposeMode = C.CeedTransposeMode
104 const NOTRANSPOSE = C.CEED_NOTRANSPOSE
105 const TRANSPOSE = C.CEED_TRANSPOSE
117 const Topology = C.CeedElemTopology
118 const LINE = C.CEED_TOPOLOGY_LINE
119 const TRIANGLE = C.CEED_TOPOLOGY_TRIANGLE
120 const QUAD = C.CEED_TOPOLOGY_QUAD
121 const TET = C.CEED_TOPOLOGY_TET
122 const PYRAMID = C.CEED_TOPOLOGY_PYRAMID
123 const PRISM = C.CEED_TOPOLOGY_PRISM
124 const HEX = C.CEED_TOPOLOGY_HEX
132 global STRIDES_BACKEND = C.CEED_STRIDES_BACKEND[]