Searched full:strong (Results 1 – 18 of 18) sorted by relevance
| /honee/tests/ |
| H A D | stats_test.yaml | 39 strong: true
|
| /honee/src/ |
| H A D | strong_boundary_conditions.c | 123 …PetscCallCeed(ceed, CeedOperatorSetName(op_setup, "Precomputed data for strong boundary conditions… in SetupStrongSTG_Ceed() 144 PetscCallCeed(ceed, CeedOperatorSetName(op_strong_bc_sub, "Strong STG")); in SetupStrongSTG_Ceed() 198 // Mask Strong BC entries in DMPlexInsertBoundaryValues_StrongBCCeed()
|
| H A D | setupdm.c | 88 { // Add strong boundary conditions to DM in SetUpDM()
|
| H A D | misc.c | 82 // Mask (zero) Strong BC entries in DMPlexInsertBoundaryValues_FromICs()
|
| H A D | dm-utils.c | 1120 …Must be called after `DMSetupByOrderBegin_FEM` and all strong BCs have be declared via `DMAddBound…
|
| /honee/examples/ |
| H A D | flatplate_STG.yaml | 60 strong: true
|
| H A D | navierstokes.c | 218 //TESTARGS(name="Blasius, Strong STG Inflow") -ceed {ceed_resource} -test_type solver -options_file… 225 …strong form") -ceed {ceed_resource} -test_type solver -problem advection -strong_form 1 -degree 3 …
|
| /honee/ |
| H A D | CHANGELOG.md | 11 - For strong STG, element size is calculated from cell-to-face basis. `-stg_dx` no longer needed in…
|
| /honee/doc/ |
| H A D | runtime_options.md | 351 These conditions may be either weak or strong, with the latter specifying velocity and temperature … 352 The strong approach gives sharper resolution of velocity structures.
|
| H A D | theory.md | 85 To obtain a finite element discretization, we first multiply the strong form {eq}`eq-vector-ns` by … 166 Both terms are significant for time-accurate simulation and the setup costs of strong preconditione… 178 …In this method, the weighted residual of the strong form {eq}`eq-vector-ns` is added to the Galerk… 211 …ubgrid state fluctuations $\tilde{\bm q} = -\bm\tau \bm r$ where $\bm r$ is a strong form residual. 341 The strong residual in the SUPG operator in {eq}`eq-weak-vector-ns-supg` and {eq}`eq-weak-vector-ns…
|
| H A D | examples.md | 19 The simulation produces a strong acoustic wave and leaves behind a cold thermal bubble that advects… 21 …n cleanly, but when the thermal bubble reaches the boundary, it produces strong thermal oscillatio… 628 - Strong (1) or weak/integrated by parts (0) advection term of the residual
|
| H A D | auxiliary.md | 172 The strong form of the differential equation is 349 The solution vector added includes all periodic and strong boundaries, i.e. it includes the entire …
|
| /honee/qfunctions/ |
| H A D | eulervortex.h | 343 // ---- strong_conv = dF/dq * dq/dx (Strong convection) in Euler() 465 // ---- strong_conv = dF/dq * dq/dx (Strong convection) in IFunction_Euler() 473 // ---- Strong residual in IFunction_Euler()
|
| H A D | advection.h | 307 if (context->strong_form) { // Strong Galerkin convection term: v div(E u) in IFunction_AdvectionGeneric() 442 if (context->strong_form) { // Strong Galerkin convection term: v div(E u) in RHSFunction_AdvectionGeneric()
|
| H A D | bc_outflow.h | 182 // will crash if outflow ever becomes an inflow, as occurs with strong
|
| H A D | shocktube.h | 327 // strong_conv = dF/dq * dq/dx (Strong convection) in EulerShockTube()
|
| H A D | stg_shur14.h | 470 * This QF is for the strong application of STG via libCEED (rather than
|
| /honee/problems/ |
| H A D | advection.c | 434 …PetscCall(PetscOptionsBool("-strong_form", "Strong (true) or weak/integrated by parts (false) adve… in NS_ADVECTION()
|