Lines Matching refs:honee_bc

27   HoneeBCStruct honee_bc;  in OutflowBCSetup_CreateIFunctionQF()  local
30 PetscCall(BCDefinitionGetContext(bc_def, &honee_bc)); in OutflowBCSetup_CreateIFunctionQF()
31 honee = honee_bc->honee; in OutflowBCSetup_CreateIFunctionQF()
32 OutflowHoneeBCCtx outflow_honee_bc = (OutflowHoneeBCCtx)honee_bc->ctx; in OutflowBCSetup_CreateIFunctionQF()
38 …reateIFunctionQF(bc_def, RiemannOutflow_Conserv, RiemannOutflow_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
41 …ateIFunctionQF(bc_def, PressureOutflow_Conserv, PressureOutflow_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
48 …neeBCCreateIFunctionQF(bc_def, RiemannOutflow_Prim, RiemannOutflow_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
51 …eBCCreateIFunctionQF(bc_def, PressureOutflow_Prim, PressureOutflow_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
58 …reateIFunctionQF(bc_def, RiemannOutflow_Entropy, RiemannOutflow_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
61 …ateIFunctionQF(bc_def, PressureOutflow_Entropy, PressureOutflow_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
71 HoneeBCStruct honee_bc; in OutflowBCSetup_CreateIJacobianQF() local
74 PetscCall(BCDefinitionGetContext(bc_def, &honee_bc)); in OutflowBCSetup_CreateIJacobianQF()
75 honee = honee_bc->honee; in OutflowBCSetup_CreateIJacobianQF()
76 OutflowHoneeBCCtx outflow_honee_bc = (OutflowHoneeBCCtx)honee_bc->ctx; in OutflowBCSetup_CreateIJacobianQF()
82 …c_def, RiemannOutflow_Jacobian_Conserv, RiemannOutflow_Jacobian_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
85 …def, PressureOutflow_Jacobian_Conserv, PressureOutflow_Jacobian_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
92 …anQF(bc_def, RiemannOutflow_Jacobian_Prim, RiemannOutflow_Jacobian_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
95 …QF(bc_def, PressureOutflow_Jacobian_Prim, PressureOutflow_Jacobian_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
102 …c_def, RiemannOutflow_Jacobian_Entropy, RiemannOutflow_Jacobian_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
105 …def, PressureOutflow_Jacobian_Entropy, PressureOutflow_Jacobian_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
121 HoneeBCStruct honee_bc; in OutflowBCSetup() local
157 PetscCall(PetscNew(&honee_bc)); in OutflowBCSetup()
158 *honee_bc = (struct HoneeBCStruct_){ in OutflowBCSetup()
165 PetscCall(BCDefinitionSetContext(bc_def, (PetscCtxDestroyFn *)HoneeBCDestroy, honee_bc)); in OutflowBCSetup()