Searched refs:num_freestream (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 85 bc->num_freestream = 16; in BoundaryConditionSetUp() 86 …freestream", "Face IDs to apply freestream BC", NULL, bc->freestreams, &bc->num_freestream, NULL)); in BoundaryConditionSetUp()
|
| H A D | setuplibceed.c | 256 for (CeedInt i = 0; i < bc->num_freestream; 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 | 468 …if (bc->num_freestream > 0) PetscCall(FreestreamBCSetup(problem, dm, ctx, newtonian_ig_ctx, &refer… in NS_NEWTONIAN_IG()
|