Home
last modified time | relevance | path

Searched refs:ScaleN (Results 1 – 7 of 7) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dtaylorgreen.h32 ScaleN(x, 2 * M_PI / context->lx, 3); in ICsTaylorGreen()
H A Dgrid_anisotropy_tensor.h31 ScaleN((CeedScalar *)A_ij, 1 / *delta, 9); in AnisotropyTensor()
H A Ddifferential_filter.h99 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 Dstg_shur14.h263 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 Dutils.h31 CEED_QFUNCTION_HELPER void ScaleN(CeedScalar *u, const CeedScalar alpha, const CeedInt N) { in ScaleN() function
H A Dnewtonian.h23 ScaleN(damp_Y, sigma, 5); in InternalDampingLayer()
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c273 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()