Home
last modified time | relevance | path

Searched refs:scalar_types (Results 1 – 7 of 7) sorted by relevance

/libCEED/python/
H A Dceed.py113 return scalar_types[lib.CEED_SCALAR_TYPE]
130 qref1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
131 qweight1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
162 qref1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
168 qweight1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
H A Dceed_qfunctioncontext.py12 from .ceed_constants import MEM_HOST, USE_POINTER, COPY_VALUES, scalar_types
129 return np.frombuffer(buff, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
H A Dceed_vector.py12 from .ceed_constants import MEM_HOST, USE_POINTER, COPY_VALUES, NORM_2, scalar_types
135 return np.frombuffer(buff, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
180 ret = np.frombuffer(buff, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
228 return np.frombuffer(buff, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
H A Dceed_constants.py23 scalar_types = {SCALAR_FP32: "float32", variable
H A Dceed_basis.py12 from .ceed_constants import TRANSPOSE, NOTRANSPOSE, scalar_types
184 ret = np.frombuffer(buff, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
/libCEED/python/tests/
H A Dtest-3-basis.py212 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
236 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
280 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
319 interp, div = bm.buildmatshdiv(qref, qweight, libceed.scalar_types[
352 interp, curl = bm.buildmatshcurl(qref, qweight, libceed.scalar_types[
H A Dtest-5-operator.py637 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
744 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
858 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
1034 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
1201 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
1383 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[