Searched refs:num_outflow (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 82 bc->num_outflow = 16; in BoundaryConditionSetUp() 83 …tArray("-bc_outflow", "Face IDs to apply outflow BC", NULL, bc->outflows, &bc->num_outflow, NULL)); in BoundaryConditionSetUp()
|
| H A D | setuplibceed.c | 243 for (CeedInt i = 0; i < bc->num_outflow; 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 | 469 …if (bc->num_outflow > 0) PetscCall(OutflowBCSetup(problem, dm, ctx, newtonian_ig_ctx, &reference)); in NS_NEWTONIAN_IG()
|