Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c56 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Conserv_HLL; in FreestreamBCSetup()
57 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLL_loc; in FreestreamBCSetup()
62 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Conserv_HLLC; in FreestreamBCSetup()
63 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLLC_loc; in FreestreamBCSetup()
72 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Prim_HLL; in FreestreamBCSetup()
73 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLL_loc; in FreestreamBCSetup()
78 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Prim_HLLC; in FreestreamBCSetup()
79 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLLC_loc; in FreestreamBCSetup()
88 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Entropy_HLL; in FreestreamBCSetup()
89 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Entropy_HLL_loc; in FreestreamBCSetup()
[all …]
/libCEED/examples/fluids/
H A Dnavierstokes.c280 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_freestream_jacobian.qfunction_cont… in main()
H A Dnavierstokes.h235 apply_inflow_jacobian, apply_outflow_jacobian, apply_freestream_jacobian, apply_slip_jacobian; member
/libCEED/examples/fluids/src/
H A Dsetuplibceed.c255 … problem->apply_freestream_jacobian, &qf_apply_freestream, &qf_apply_freestream_jacobian)); in AddBCSubOperators()