Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dblasius.c245 PetscBool use_stg = PETSC_FALSE; in NS_BLASIUS() local
300 …(PetscOptionsBool("-stg_use", "Use STG inflow boundary condition", NULL, use_stg, &use_stg, NULL)); in NS_BLASIUS()
348 if (!use_stg && !diff_filter_mms) PetscCall(ComputeChebyshevCoefficients(blasius_ctx)); in NS_BLASIUS()
358 if (use_stg) { in NS_BLASIUS()