Searched refs:scalar_types (Results 1 – 7 of 7) sorted by relevance
| /libCEED/python/ |
| H A D | ceed.py | 113 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 D | ceed_qfunctioncontext.py | 12 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 D | ceed_vector.py | 12 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 D | ceed_constants.py | 23 scalar_types = {SCALAR_FP32: "float32", variable
|
| H A D | ceed_basis.py | 12 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 D | test-3-basis.py | 212 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 D | test-5-operator.py | 637 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[
|