Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c167 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Conserv; in OutflowBCSetup()
168 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Conserv_loc; in OutflowBCSetup()
173 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Prim; in OutflowBCSetup()
174 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Prim_loc; in OutflowBCSetup()
179 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Entropy; in OutflowBCSetup()
180 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Entropy_loc; in OutflowBCSetup()
189 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Conserv; in OutflowBCSetup()
190 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Conserv_loc; in OutflowBCSetup()
195 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Prim; in OutflowBCSetup()
196 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Prim_loc; in OutflowBCSetup()
[all …]
/libCEED/examples/fluids/
H A Dnavierstokes.c278 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_outflow_jacobian.qfunction_context… 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.c242 … problem->apply_outflow_jacobian, &qf_apply_outflow, &qf_apply_outflow_jacobian)); in AddBCSubOperators()