Searched refs:stabilization (Results 1 – 14 of 14) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | advection_types.h | 43 StabilizationType stabilization; member
|
| H A D | newtonian_types.h | 41 StabilizationType stabilization; member
|
| H A D | stabilization.h | 50 switch (gas->stabilization) { in Stabilization()
|
| H A D | shocktube.h | 44 int stabilization; member 354 switch (context->stabilization) { in EulerShockTube()
|
| H A D | advection.h | 341 for (CeedInt j = 0; j < dim; j++) switch (context->stabilization) { in IFunction_AdvectionGeneric() 395 for (CeedInt j = 0; j < dim; j++) switch (context->stabilization) { in MassFunction_AdvectionGeneric() 476 for (CeedInt j = 0; j < dim; j++) switch (context->stabilization) { in RHSFunction_AdvectionGeneric()
|
| H A D | eulervortex.h | 31 int stabilization; // See StabilizationType: 0=none, 1=SU, 2=SUPG member 365 switch (context->stabilization) { in Euler() 493 switch (context->stabilization) { in IFunction_Euler()
|
| /libCEED/examples/fluids/problems/ |
| H A D | eulervortex.c | 129 euler_ctx->stabilization = stab; in NS_EULER_VORTEX() 159 euler_ctx->mean_velocity[2], StabilizationTypes[euler_ctx->stabilization])); in PRINT_EULER_VORTEX()
|
| H A D | shocktube.c | 126 shocktube_ctx->stabilization = stab; in NS_SHOCKTUBE()
|
| H A D | advection.c | 254 advection_ctx->stabilization = stab; in NS_ADVECTION() 292 …app_ctx->problem_name, StabilizationTypes[advection_ctx->stabilization], AdvectionICTypes[setup_ct… in PRINT_ADVECTION()
|
| H A D | newtonian.c | 425 newtonian_ig_ctx->stabilization = stab; in NS_NEWTONIAN_IG() 489 app_ctx->problem_name, StabilizationTypes[newtonian_ctx->stabilization])); in PRINT_NEWTONIAN()
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 169 …ations and (low-viscosity/poorly resolved) Navier-Stokes, in which case stabilization is necessary. 170 …ollows {cite}`hughesetal2010`, which offers a comprehensive review of stabilization and shock-capt… 188 This stabilization technique can be selected using the option `-stab supg`. 204 This stabilization technique can be selected using the option `-stab su`. 239 For scalar advection-diffusion, the stabilization is a scalar 247 For advection-diffusion, $\bm F(q) = \bm u q$, and thus the SU stabilization term is 256 …tions, {cite}`whiting2003hierarchical` defines a $5\times 5$ diagonal stabilization $\mathrm{diag}… 257 1. continuity stabilization $\tau_c$ 258 2. momentum stabilization $\tau_m$ 259 3. energy stabilization $\tau_E$ [all …]
|
| H A D | README.md | 345 - Formulation for $\tau$ in stabilization (`ctau`, `advdiff_shakib`) 360 - Scale coefficient for stabilization tau (nondimensional)
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 89 where the functions $f_0$ and $f_1$ define the physics and possible stabilization of the problem [@… 156 …lves the 2D and 3D compressible Navier-Stokes equations using SU/SUPG stabilization and implicit, …
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 125 - Automated stabilization coefficients for different basis degree. 363 implicit time integration, SU/SUPG stabilization, free-slip boundary conditions, and
|