Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 12 of 12) sorted by relevance

/libCEED/tests/ !
H A Dt409-qfunction.h10 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 Dt401-qfunction.h20 CeedScalar *scale = (CeedScalar *)ctx; in mass() local
H A Dt566-operator.h24 const CeedScalar scale[2][2] = { in mass() local
H A Dt567-operator.h38 const CeedScalar scale[2][2] = { in diff() local
H A Dt352-basis.c8 static CeedScalar Eval(CeedInt dim, CeedScalar scale, const CeedScalar x[]) { in Eval()
H A Dt506-operator.c18 CeedInt num_elem = 15, p = 5, q = 8, scale = 3, num_comp = 2; in main() local
/libCEED/include/ceed/jit-source/gallery/ !
H A Dceed-scale.h20 const CeedScalar *scale = in[1]; in Scale() local
H A Dceed-scale-scalar.h20 const CeedScalar *scale = in[1]; in ScaleScalar() local
/libCEED/python/tests/ !
H A Dtest-qfunctions.h48 const CeedScalar scale = ctx ? scale_array[4] : 1.; in apply_mass() local
/libCEED/python/ !
H A Dceed_vector.py419 def scale(self, alpha): member in Vector
/libCEED/rust/libceed/src/ !
H A Dvector.rs641 pub fn scale(mut self, alpha: crate::Scalar) -> crate::Result<Self> { in scale() method
/libCEED/interface/ !
H A Dceed-elemrestriction.c577 CeedSize e_size, scale = 0; in CeedElemRestrictionGetFlopsEstimate() local