Searched defs:scale (Results 1 – 12 of 12) sorted by relevance
| /libCEED/tests/ ! |
| H A D | t409-qfunction.h | 10 CEED_QFUNCTION(scale)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in scale() function 11 CeedScalar *scale = (CeedScalar *)ctx; in scale() local
|
| H A D | t401-qfunction.h | 20 CeedScalar *scale = (CeedScalar *)ctx; in mass() local
|
| H A D | t566-operator.h | 24 const CeedScalar scale[2][2] = { in mass() local
|
| H A D | t567-operator.h | 38 const CeedScalar scale[2][2] = { in diff() local
|
| H A D | t352-basis.c | 8 static CeedScalar Eval(CeedInt dim, CeedScalar scale, const CeedScalar x[]) { in Eval()
|
| H A D | t506-operator.c | 18 CeedInt num_elem = 15, p = 5, q = 8, scale = 3, num_comp = 2; in main() local
|
| /libCEED/include/ceed/jit-source/gallery/ ! |
| H A D | ceed-scale.h | 20 const CeedScalar *scale = in[1]; in Scale() local
|
| H A D | ceed-scale-scalar.h | 20 const CeedScalar *scale = in[1]; in ScaleScalar() local
|
| /libCEED/python/tests/ ! |
| H A D | test-qfunctions.h | 48 const CeedScalar scale = ctx ? scale_array[4] : 1.; in apply_mass() local
|
| /libCEED/python/ ! |
| H A D | ceed_vector.py | 419 def scale(self, alpha): member in Vector
|
| /libCEED/rust/libceed/src/ ! |
| H A D | vector.rs | 641 pub fn scale(mut self, alpha: crate::Scalar) -> crate::Result<Self> { in scale() method
|
| /libCEED/interface/ ! |
| H A D | ceed-elemrestriction.c | 577 CeedSize e_size, scale = 0; in CeedElemRestrictionGetFlopsEstimate() local
|