Home
last modified time | relevance | path

Searched refs:num_freestream (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/src/
H A Dboundary_condition.c85 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 Dsetuplibceed.c256 for (CeedInt i = 0; i < bc->num_freestream; i++) { in AddBCSubOperators()
/libCEED/examples/fluids/
H A Dnavierstokes.h208 PetscInt num_inflow, num_outflow, num_freestream, num_slip; member
/libCEED/examples/fluids/problems/
H A Dnewtonian.c468 …if (bc->num_freestream > 0) PetscCall(FreestreamBCSetup(problem, dm, ctx, newtonian_ig_ctx, &refer… in NS_NEWTONIAN_IG()