Lines Matching refs:honee
26 Honee honee; in OutflowBCSetup_CreateIFunctionQF() local
31 honee = honee_bc->honee; in OutflowBCSetup_CreateIFunctionQF()
34 switch (honee->phys->state_var) { in OutflowBCSetup_CreateIFunctionQF()
70 Honee honee; in OutflowBCSetup_CreateIJacobianQF() local
75 honee = honee_bc->honee; in OutflowBCSetup_CreateIJacobianQF()
78 switch (honee->phys->state_var) { in OutflowBCSetup_CreateIJacobianQF()
115 Honee honee = *(Honee *)ctx; in OutflowBCSetup() local
116 Ceed ceed = honee->ceed; in OutflowBCSetup()
120 Units units = honee->units; in OutflowBCSetup()
128 PetscOptionsBegin(honee->comm, NULL, "Options for Outflow boundary condition", NULL); in OutflowBCSetup()
151 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &outflow_qfctx)); in OutflowBCSetup()
161 .honee = honee, in OutflowBCSetup()
162 .num_comps_jac_data = honee->phys->implicit ? 11 : 0, in OutflowBCSetup()