Lines Matching refs:honee_bc
115 HoneeBCStruct honee_bc; in BlasiusInflowBCSetup_CreateIFunctionQF() local
118 PetscCall(BCDefinitionGetContext(bc_def, &honee_bc)); in BlasiusInflowBCSetup_CreateIFunctionQF()
119 …PetscCall(HoneeBCCreateIFunctionQF(bc_def, Blasius_Inflow, Blasius_Inflow_loc, honee_bc->qfctx, qf… in BlasiusInflowBCSetup_CreateIFunctionQF()
124 HoneeBCStruct honee_bc; in BlasiusInflowBCSetup_CreateIJacobianQF() local
127 PetscCall(BCDefinitionGetContext(bc_def, &honee_bc)); in BlasiusInflowBCSetup_CreateIJacobianQF()
128 …ateIJacobianQF(bc_def, Blasius_Inflow_Jacobian, Blasius_Inflow_Jacobian_loc, honee_bc->qfctx, qf)); in BlasiusInflowBCSetup_CreateIJacobianQF()
233 HoneeBCStruct honee_bc; in NS_BLASIUS() local
235 PetscCall(PetscNew(&honee_bc)); in NS_BLASIUS()
236 PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(blasius_qfctx, &honee_bc->qfctx)); in NS_BLASIUS()
237 honee_bc->honee = honee; in NS_BLASIUS()
238 honee_bc->num_comps_jac_data = 0; in NS_BLASIUS()
239 PetscCall(BCDefinitionSetContext(bc_def, (PetscCtxDestroyFn *)HoneeBCDestroy, honee_bc)); in NS_BLASIUS()