Searched defs:sigma (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14_type.h | 37 size_t sigma, d, phi; // !< Random number set, [nmodes,3], [nmodes,3], [nmodes] member
|
| H A D | newtonian.h | 21 …pingLayer(const NewtonianIdealGasContext context, const State s, const CeedScalar sigma, CeedScala… in InternalDampingLayer() 193 …const CeedScalar sigma = LinearRampCoefficient(context->idl_amplitude, context->idl_length… in RHSFunction_Newtonian() local 272 …const CeedScalar sigma = LinearRampCoefficient(context->idl_amplitude, context->idl_length, contex… in IFunction_Newtonian() local 361 const CeedScalar sigma = jac_data[14 * Q + i]; in IJacobian_Newtonian() local
|
| H A D | stg_shur14.h | 162 const CeedScalar *sigma = &stg_ctx->data[stg_ctx->offsets.sigma]; in StgShur14Calc() local 205 const CeedScalar *sigma = &stg_ctx->data[stg_ctx->offsets.sigma]; in StgShur14Calc_PrecompEktot() local
|
| /libCEED/examples/fluids/problems/ |
| H A D | stg_shur14.c | 133 …CeedScalar(*sigma)[stg_ctx->nmodes] = (CeedScalar(*)[stg_ctx->nmodes]) & stg_ctx->data[stg_ctx->of… in ReadStgRand() local
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | linear.h | 103 const CeedScalar sigma[3][3] = { in ElasResidual_Linear() local
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1178 CeedScalar sigma = 0.0; in CeedQRFactorization() local 1315 CeedScalar sigma = 0.0; in CeedSymmetricSchurDecomposition() local
|