Home
last modified time | relevance | path

Searched refs:strong_form (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dadvection_types.h55 bool strong_form; member
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()
503 const CeedScalar strong_form = context->strong_form; in Advection_InOutFlowGeneric() local
523 v[4][i] = -(1 - strong_form) * wdetJb * E * u_normal; in Advection_InOutFlowGeneric()
525 v[4][i] = -(1 - strong_form) * wdetJb * E_wind * u_normal; in Advection_InOutFlowGeneric()
/honee/problems/
H A Dadvection.c406 PetscBool strong_form = PETSC_FALSE; in NS_ADVECTION() local
434 …ng (true) or weak/integrated by parts (false) advection residual", NULL, strong_form, &strong_form, in NS_ADVECTION()
524 advection_ctx->strong_form = strong_form; in NS_ADVECTION()
/honee/doc/
H A Dexamples.md627 * - `-strong_form`