Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dadvection.c141 PetscBool strong_form = PETSC_FALSE; in NS_ADVECTION() local
173 …ng (true) or weak/integrated by parts (false) advection residual", NULL, strong_form, &strong_form, in NS_ADVECTION()
253 advection_ctx->strong_form = strong_form; in NS_ADVECTION()
/libCEED/examples/fluids/qfunctions/
H A Dadvection_types.h40 bool strong_form; member
H A Dadvection.h326 if (context->strong_form) { // Strong Galerkin convection term: v div(E u) in IFunction_AdvectionGeneric()
459 if (context->strong_form) { // Strong Galerkin convection term: v div(E u) in RHSFunction_AdvectionGeneric()
518 const CeedScalar strong_form = context->strong_form; in Advection_InOutFlowGeneric() local
538 v[4][i] = -(1 - strong_form) * wdetJb * E * u_normal; in Advection_InOutFlowGeneric()
540 v[4][i] = -(1 - strong_form) * wdetJb * E_wind * u_normal; in Advection_InOutFlowGeneric()
/libCEED/examples/fluids/
H A DREADME.md334 * - `-strong_form`