Lines Matching full:problem

23 PetscErrorCode FreestreamBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext ne…  in FreestreamBCSetup()  argument
54 problem->apply_freestream.qfunction = Freestream_Conserv_HLL; in FreestreamBCSetup()
55 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLL_loc; in FreestreamBCSetup()
56 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()
60 problem->apply_freestream.qfunction = Freestream_Conserv_HLLC; in FreestreamBCSetup()
61 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLLC_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()
70 problem->apply_freestream.qfunction = Freestream_Prim_HLL; in FreestreamBCSetup()
71 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLL_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()
76 problem->apply_freestream.qfunction = Freestream_Prim_HLLC; in FreestreamBCSetup()
77 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLLC_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()
86 problem->apply_freestream.qfunction = Freestream_Entropy_HLL; in FreestreamBCSetup()
87 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLL_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()
92 problem->apply_freestream.qfunction = Freestream_Entropy_HLLC; in FreestreamBCSetup()
93 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLLC_loc; in FreestreamBCSetup()
94 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Entropy_HLLC; in FreestreamBCSetup()
95 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Entropy_HLLC_loc; in FreestreamBCSetup()
115 problem->apply_freestream.qfunction_context = freestream_context; in FreestreamBCSetup()
116 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(freestream_context, &problem->apply_freestre… in FreestreamBCSetup()
133 PetscErrorCode OutflowBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext newto… in OutflowBCSetup() argument
165 problem->apply_outflow.qfunction = RiemannOutflow_Conserv; in OutflowBCSetup()
166 problem->apply_outflow.qfunction_loc = RiemannOutflow_Conserv_loc; in OutflowBCSetup()
167 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Conserv; in OutflowBCSetup()
168 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Conserv_loc; in OutflowBCSetup()
171 problem->apply_outflow.qfunction = RiemannOutflow_Prim; in OutflowBCSetup()
172 problem->apply_outflow.qfunction_loc = RiemannOutflow_Prim_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()
177 problem->apply_outflow.qfunction = RiemannOutflow_Entropy; in OutflowBCSetup()
178 problem->apply_outflow.qfunction_loc = RiemannOutflow_Entropy_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()
187 problem->apply_outflow.qfunction = PressureOutflow_Conserv; in OutflowBCSetup()
188 problem->apply_outflow.qfunction_loc = PressureOutflow_Conserv_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()
193 problem->apply_outflow.qfunction = PressureOutflow_Prim; in OutflowBCSetup()
194 problem->apply_outflow.qfunction_loc = PressureOutflow_Prim_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()
199 problem->apply_outflow.qfunction = PressureOutflow_Entropy; in OutflowBCSetup()
200 problem->apply_outflow.qfunction_loc = PressureOutflow_Entropy_loc; in OutflowBCSetup()
201 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Entropy; in OutflowBCSetup()
202 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Entropy_loc; in OutflowBCSetup()
217 problem->apply_outflow.qfunction_context = outflow_context; in OutflowBCSetup()
218 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(outflow_context, &problem->apply_outflow_jac… in OutflowBCSetup()