Searched refs:num_inflow (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 79 bc->num_inflow = 16; in BoundaryConditionSetUp() 80 …nsIntArray("-bc_inflow", "Face IDs to apply inflow BC", NULL, bc->inflows, &bc->num_inflow, NULL)); in BoundaryConditionSetUp()
|
| H A D | strong_boundary_conditions.c | 59 for (CeedInt i = 0; i < bc->num_inflow; i++) { in SetupStrongSTG_Ceed()
|
| H A D | setuplibceed.c | 230 for (CeedInt i = 0; i < bc->num_inflow; i++) { in AddBCSubOperators()
|
| /libCEED/examples/fluids/problems/ |
| H A D | stg_shur14.c | 327 if (bc->num_inflow > 0) { in SetupStrongStg() 328 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, "STG", label, bc->num_inflow, bc->inflows, 0, num_com… in SetupStrongStg()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 208 PetscInt num_inflow, num_outflow, num_freestream, num_slip; member
|