Searched refs:num_slip (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 88 bc->num_slip = 16; in BoundaryConditionSetUp() 89 …tscOptionsIntArray("-bc_slip", "Face IDs to apply slip BC", NULL, bc->slips, &bc->num_slip, NULL)); in BoundaryConditionSetUp()
|
| H A D | setuplibceed.c | 269 for (CeedInt i = 0; i < bc->num_slip; i++) { in AddBCSubOperators()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 208 PetscInt num_inflow, num_outflow, num_freestream, num_slip; member
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 470 if (bc->num_slip > 0) PetscCall(SlipBCSetup(problem, dm, ctx, newtonian_ig_context)); in NS_NEWTONIAN_IG()
|