Searched refs:bl_height_factor (Results 1 – 4 of 4) sorted by relevance
77 CeedScalar bl_height_factor; // !< height of boundary layer IC relative to domain height member
166 CeedScalar bl_height = ly * context->bl_height_factor; in Exact_AdvectionGeneric()
416 PetscScalar bl_height_factor = 1.; in NS_ADVECTION() local458 …_ic_bl_height_factor", "Height of boundary layer in IC", NULL, bl_height_factor, &bl_height_factor, in NS_ADVECTION()517 setup_context->bl_height_factor = bl_height_factor; in NS_ADVECTION()
17 - Add `-bl_height_factor` option for boundary layer IC in advection-diffusion equations, see !70