Home
last modified time | relevance | path

Searched refs:stab (Results 1 – 11 of 11) sorted by relevance

/honee/qfunctions/
H A Dstabilization.h25 … const CeedScalar strong_residual[5], CeedScalar stab[5][3]) { in StabilizationMatrix()
29 SetValueN((CeedScalar *)stab, 0, 15); in StabilizationMatrix()
36 for (CeedInt j = 0; j < 5; j++) stab[j][i] += dF_i[j]; in StabilizationMatrix()
42 CeedScalar stab[5][3]) { in Stabilization()
56 StabilizationMatrix(gas, s, Tau_d, strong_residual, stab); in Stabilization()
H A Deulervortex.h358 CeedScalar stab[5][3] = {{0.}}; in Euler() local
365 … for (CeedInt l = 0; l < 5; l++) stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in Euler()
370 …dInt k = 0; k < 3; k++) dv[k][j][i] -= wdetJ * (stab[j][0] * dXdx[k][0] + stab[j][1] * dXdx[k][1] … in Euler()
484 CeedScalar stab[5][3] = {{0.}}; in IFunction_Euler() local
491 … for (CeedInt l = 0; l < 5; l++) stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in IFunction_Euler()
496 …dInt k = 0; k < 3; k++) dv[k][j][i] += wdetJ * (stab[j][0] * dXdx[k][0] + stab[j][1] * dXdx[k][1] … in IFunction_Euler()
502 … for (CeedInt l = 0; l < 5; l++) stab[k][j] = jacob_F_conv[j][k][l] * Tau_x[j] * strong_res[l]; in IFunction_Euler()
507 …dInt k = 0; k < 3; k++) dv[k][j][i] += wdetJ * (stab[j][0] * dXdx[k][0] + stab[j][1] * dXdx[k][1] … in IFunction_Euler()
H A Dnewtonian.h68 CeedScalar Tau_d[3], stab[5][3], body_force[5] = {0.}, divFdiff[5] = {0.}, U_dot[5]; in MassFunction_Newtonian() local
71 Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff, stab); in MassFunction_Newtonian()
76 …Grad_v[k][j][i] = wdetJ * (stab[j][0] * dXdx[k][0] + stab[j][1] * dXdx[k][1] + stab[j][2] * dXdx[k… in MassFunction_Newtonian()
246 CeedScalar Tau_d[3], stab[5][3], U_dot[5] = {0}; in RHSFunction_Newtonian() local
248 … Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff_i, stab); in RHSFunction_Newtonian()
251 … k = 0; k < 3; k++) Grad_v[k][j][i] -= wdetJ * (stab[j][0] * dXdx[k][0] + stab[j][1] * dXdx[k][1] … in RHSFunction_Newtonian()
301 CeedScalar stab[5][3]; in IFunction_Newtonian_Integrand() local
303 Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff_i, stab); in IFunction_Newtonian_Integrand()
304 AXPY(1, (CeedScalar *)stab, (CeedScalar *)grad_v_i, 15); in IFunction_Newtonian_Integrand()
H A Dshocktube.h341 CeedScalar stab[5][3] = {0}; in EulerShockTube() local
349 stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in EulerShockTube()
354 …dInt k = 0; k < 3; k++) dv[k][j][i] -= wdetJ * (stab[j][0] * dXdx[k][0] + stab[j][1] * dXdx[k][1] … in EulerShockTube()
/honee/problems/
H A Dshocktube.c34 PetscInt stab; in NS_SHOCKTUBE() local
68 …bilization method", NULL, StabilizationTypes, (PetscEnum)(stab = STAB_NONE), (PetscEnum *)&stab, N… in NS_SHOCKTUBE()
73 if (stab == STAB_SUPG) { in NS_SHOCKTUBE()
99 shocktube_ctx->stabilization = stab; in NS_SHOCKTUBE()
H A Deulervortex.c57 StabilizationType stab; in NS_EULER_VORTEX() local
111 …bilization method", NULL, StabilizationTypes, (PetscEnum)(stab = STAB_NONE), (PetscEnum *)&stab, N… in NS_EULER_VORTEX()
115 if (stab == STAB_SUPG && !implicit) { in NS_EULER_VORTEX()
146 euler_ctx->stabilization = stab; in NS_EULER_VORTEX()
H A Dadvection.c385 StabilizationType stab; in NS_ADVECTION() local
437 …bilization method", NULL, StabilizationTypes, (PetscEnum)(stab = STAB_NONE), (PetscEnum *)&stab, N… in NS_ADVECTION()
484 if (stab == STAB_NONE && CtauS != 0) { in NS_ADVECTION()
489 if (stab == STAB_SUPG) problem->create_mass_operator = CreateKSPMassOperator_AdvectionStabilized; in NS_ADVECTION()
525 advection_ctx->stabilization = stab; in NS_ADVECTION()
H A Dnewtonian.c374 StabilizationType stab; in NS_NEWTONIAN_IG() local
431 …bilization method", NULL, StabilizationTypes, (PetscEnum)(stab = STAB_NONE), (PetscEnum *)&stab, N… in NS_NEWTONIAN_IG()
495 newtonian_ig_ctx->stabilization = stab; in NS_NEWTONIAN_IG()
570 …if (stab == STAB_SUPG && !implicit) problem->create_mass_operator = CreateKSPMassOperator_Newtonia… in NS_NEWTONIAN_IG()
/honee/doc/
H A Dexamples.md525 * - `-stab`
539 ./navierstokes -problem shocktube -yzb -stab su -bc_symmetry_z 3,4 -bc_symmetry_y 1,2 -bc_wall 5,6 …
632 * - `-stab`
721 …_box_upper 8000,8000,8000 -bc_wall 1,2,3,4,5,6 -wall_comps 4 -wind_type rotation -implicit -stab su
733 …dm_plex_box_upper 1000,1000 -bc_wall 1,2,3,4 -wall_comps 4 -wind_type rotation -implicit -stab supg
H A Druntime_options.md408 * - `-stab`
H A Dtheory.md192 This stabilization technique can be selected using the option `-stab supg`.
208 This stabilization technique can be selected using the option `-stab su`.