Searched refs:apply_freestream (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 54 problem->apply_freestream.qfunction = Freestream_Conserv_HLL; in FreestreamBCSetup() 55 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLL_loc; in FreestreamBCSetup() 60 problem->apply_freestream.qfunction = Freestream_Conserv_HLLC; in FreestreamBCSetup() 61 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLLC_loc; in FreestreamBCSetup() 70 problem->apply_freestream.qfunction = Freestream_Prim_HLL; in FreestreamBCSetup() 71 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLL_loc; in FreestreamBCSetup() 76 problem->apply_freestream.qfunction = Freestream_Prim_HLLC; in FreestreamBCSetup() 77 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLLC_loc; in FreestreamBCSetup() 86 problem->apply_freestream.qfunction = Freestream_Entropy_HLL; in FreestreamBCSetup() 87 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLL_loc; in FreestreamBCSetup() [all …]
|
| H A D | gaussianwave.c | 65 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_freestream.qfunction_context, CEED_… in NS_GAUSSIAN_WAVE() 74 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_freestream.qfunction_context, &… in NS_GAUSSIAN_WAVE()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 279 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_freestream.qfunction_context)); in main()
|
| H A D | navierstokes.h | 234 …pply_vol_ifunction, apply_vol_ijacobian, apply_inflow, apply_outflow, apply_freestream, apply_slip, member
|
| /libCEED/examples/fluids/src/ |
| H A D | setuplibceed.c | 254 …ed, dim_sur, num_comp_x, num_comp_q, q_data_size_sur, jac_data_size_sur, problem->apply_freestream, in AddBCSubOperators()
|