Lines Matching refs:outflow_honee_bc
32 OutflowHoneeBCCtx outflow_honee_bc = (OutflowHoneeBCCtx)honee_bc->ctx; in OutflowBCSetup_CreateIFunctionQF() local
36 switch (outflow_honee_bc->outflow_type) { in OutflowBCSetup_CreateIFunctionQF()
46 switch (outflow_honee_bc->outflow_type) { in OutflowBCSetup_CreateIFunctionQF()
56 switch (outflow_honee_bc->outflow_type) { in OutflowBCSetup_CreateIFunctionQF()
76 OutflowHoneeBCCtx outflow_honee_bc = (OutflowHoneeBCCtx)honee_bc->ctx; in OutflowBCSetup_CreateIJacobianQF() local
80 switch (outflow_honee_bc->outflow_type) { in OutflowBCSetup_CreateIJacobianQF()
90 switch (outflow_honee_bc->outflow_type) { in OutflowBCSetup_CreateIJacobianQF()
100 switch (outflow_honee_bc->outflow_type) { in OutflowBCSetup_CreateIJacobianQF()
122 OutflowHoneeBCCtx outflow_honee_bc; in OutflowBCSetup() local
155 PetscCall(PetscNew(&outflow_honee_bc)); in OutflowBCSetup()
156 outflow_honee_bc->outflow_type = outflow_type; in OutflowBCSetup()
159 .ctx = outflow_honee_bc, in OutflowBCSetup()