Searched refs:ScaleN (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | taylorgreen.h | 32 ScaleN(x, 2 * M_PI / context->lx, 3); in ICsTaylorGreen()
|
| H A D | grid_anisotropy_tensor.h | 31 ScaleN((CeedScalar *)A_ij, 1 / *delta, 9); in AnisotropyTensor()
|
| H A D | differential_filter.h | 99 ScaleN(km_A_ij, delta, 6); // Dimensionalize the normalized anisotropy tensor in DifferentialFilter_LHS_N() 128 ScaleN((CeedScalar *)alpha_ij, context->kernel_scaling, 9); in DifferentialFilter_LHS_N()
|
| H A D | stg_shur14.h | 263 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Preprocess() 303 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in ICsStg() 361 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Inflow() 496 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14InflowStrongQF()
|
| H A D | utils.h | 31 CEED_QFUNCTION_HELPER void ScaleN(CeedScalar *u, const CeedScalar alpha, const CeedInt N) { in ScaleN() function
|
| H A D | newtonian.h | 23 ScaleN(damp_Y, sigma, 5); in InternalDampingLayer()
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 273 ScaleN(normal, 1 / sqrt(Dot3(normal, normal)), 3); in TestRiemannHLL_fwd() 335 ScaleN(normal, 1 / sqrt(Dot3(normal, normal)), 3); in TestRiemannHLLC_fwd() 397 ScaleN(normal, 1 / sqrt(Dot3(normal, normal)), 3); in TestComputeHLLSpeeds_Roe_fwd()
|