Home
last modified time | relevance | path

Searched defs:S (Results 1 – 4 of 4) sorted by relevance

/libCEED/tests/
H A Dt541-operator.c90 CeedScalar S[16]; in main() local
/libCEED/examples/solids/qfunctions/
H A Dfinite-strain-neo-hookean.h223 const CeedScalar S[3][3] = { in ElasFSResidual_NH() local
340 const CeedScalar S[3][3] = { in ElasFSJacobian_NH() local
H A Dfinite-strain-mooney-rivlin.h226 const CeedScalar S[3][3] = { in ElasFSResidual_MR() local
390 const CeedScalar S[3][3] = { in ElasFSJacobian_MR() local
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c224 static inline CeedScalar RelativeError(CeedScalar S, CeedScalar A, CeedScalar B, CeedScalar thresho… in RelativeError()