Lines Matching refs:qf
23 static PetscErrorCode FreestreamBCSetup_CreateIFunctionQF(BCDefinition bc_def, CeedQFunction *qf) { in FreestreamBCSetup_CreateIFunctionQF() argument
36 …reateIFunctionQF(bc_def, Freestream_Conserv_HLL, Freestream_Conserv_HLL_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIFunctionQF()
39 …ateIFunctionQF(bc_def, Freestream_Conserv_HLLC, Freestream_Conserv_HLLC_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIFunctionQF()
46 …neeBCCreateIFunctionQF(bc_def, Freestream_Prim_HLL, Freestream_Prim_HLL_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIFunctionQF()
49 …eBCCreateIFunctionQF(bc_def, Freestream_Prim_HLLC, Freestream_Prim_HLLC_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIFunctionQF()
56 …reateIFunctionQF(bc_def, Freestream_Entropy_HLL, Freestream_Entropy_HLL_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIFunctionQF()
59 …ateIFunctionQF(bc_def, Freestream_Entropy_HLLC, Freestream_Entropy_HLLC_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIFunctionQF()
67 static PetscErrorCode FreestreamBCSetup_CreateIJacobianQF(BCDefinition bc_def, CeedQFunction *qf) { in FreestreamBCSetup_CreateIJacobianQF() argument
80 …c_def, Freestream_Jacobian_Conserv_HLL, Freestream_Jacobian_Conserv_HLL_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIJacobianQF()
83 …def, Freestream_Jacobian_Conserv_HLLC, Freestream_Jacobian_Conserv_HLLC_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIJacobianQF()
90 …anQF(bc_def, Freestream_Jacobian_Prim_HLL, Freestream_Jacobian_Prim_HLL_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIJacobianQF()
93 …QF(bc_def, Freestream_Jacobian_Prim_HLLC, Freestream_Jacobian_Prim_HLLC_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIJacobianQF()
100 …c_def, Freestream_Jacobian_Entropy_HLL, Freestream_Jacobian_Entropy_HLL_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIJacobianQF()
103 …def, Freestream_Jacobian_Entropy_HLLC, Freestream_Jacobian_Entropy_HLLC_loc, honee_bc->qfctx, qf)); in FreestreamBCSetup_CreateIJacobianQF()