Home
last modified time | relevance | path

Searched full:strong (Results 1 – 18 of 18) sorted by relevance

/honee/tests/
H A Dstats_test.yaml39 strong: true
/honee/src/
H A Dstrong_boundary_conditions.c123 …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 Dsetupdm.c88 { // Add strong boundary conditions to DM in SetUpDM()
H A Dmisc.c82 // Mask (zero) Strong BC entries in DMPlexInsertBoundaryValues_FromICs()
H A Ddm-utils.c1120 …Must be called after `DMSetupByOrderBegin_FEM` and all strong BCs have be declared via `DMAddBound…
/honee/examples/
H A Dflatplate_STG.yaml60 strong: true
H A Dnavierstokes.c218 //TESTARGS(name="Blasius, Strong STG Inflow") -ceed {ceed_resource} -test_type solver -options_file…
225strong form") -ceed {ceed_resource} -test_type solver -problem advection -strong_form 1 -degree 3 …
/honee/
H A DCHANGELOG.md11 - For strong STG, element size is calculated from cell-to-face basis. `-stg_dx` no longer needed in…
/honee/doc/
H A Druntime_options.md351 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 Dtheory.md85 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 Dexamples.md19 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 Dauxiliary.md172 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 Deulervortex.h343 // ---- 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 Dadvection.h307 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 Dbc_outflow.h182 // will crash if outflow ever becomes an inflow, as occurs with strong
H A Dshocktube.h327 // strong_conv = dF/dq * dq/dx (Strong convection) in EulerShockTube()
H A Dstg_shur14.h470 * This QF is for the strong application of STG via libCEED (rather than
/honee/problems/
H A Dadvection.c434 …PetscCall(PetscOptionsBool("-strong_form", "Strong (true) or weak/integrated by parts (false) adve… in NS_ADVECTION()