Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dshocktube.c24 PetscBool yzb; in NS_SHOCKTUBE() local
80 …(PetscOptionsBool("-yzb", "Use YZB discontinuity capturing", NULL, yzb = PETSC_FALSE, &yzb, NULL)); in NS_SHOCKTUBE()
92 if (yzb && implicit) { in NS_SHOCKTUBE()
127 shocktube_ctx->yzb = yzb; in NS_SHOCKTUBE()
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h43 bool yzb; member
294 if (context->yzb) { in EulerShockTube()
/libCEED/examples/fluids/
H A DREADME.md493 * - `-yzb`
507 ./navierstokes -problem shocktube -yzb -stab su -bc_symmetry_z 3,4 -bc_symmetry_y 1,2 -bc_wall 5,6 …