Lines Matching refs:bc_def

23 static PetscErrorCode FreestreamBCSetup_CreateIFunctionQF(BCDefinition bc_def, CeedQFunction *qf) {  in FreestreamBCSetup_CreateIFunctionQF()  argument
28 PetscCall(BCDefinitionGetContext(bc_def, &honee_bc)); in FreestreamBCSetup_CreateIFunctionQF()
36 …PetscCall(HoneeBCCreateIFunctionQF(bc_def, Freestream_Conserv_HLL, Freestream_Conserv_HLL_loc, hon… in FreestreamBCSetup_CreateIFunctionQF()
39 …PetscCall(HoneeBCCreateIFunctionQF(bc_def, Freestream_Conserv_HLLC, Freestream_Conserv_HLLC_loc, h… in FreestreamBCSetup_CreateIFunctionQF()
46 …PetscCall(HoneeBCCreateIFunctionQF(bc_def, Freestream_Prim_HLL, Freestream_Prim_HLL_loc, honee_bc-… in FreestreamBCSetup_CreateIFunctionQF()
49 …PetscCall(HoneeBCCreateIFunctionQF(bc_def, Freestream_Prim_HLLC, Freestream_Prim_HLLC_loc, honee_b… in FreestreamBCSetup_CreateIFunctionQF()
56 …PetscCall(HoneeBCCreateIFunctionQF(bc_def, Freestream_Entropy_HLL, Freestream_Entropy_HLL_loc, hon… in FreestreamBCSetup_CreateIFunctionQF()
59 …PetscCall(HoneeBCCreateIFunctionQF(bc_def, Freestream_Entropy_HLLC, Freestream_Entropy_HLLC_loc, h… in FreestreamBCSetup_CreateIFunctionQF()
67 static PetscErrorCode FreestreamBCSetup_CreateIJacobianQF(BCDefinition bc_def, CeedQFunction *qf) { in FreestreamBCSetup_CreateIJacobianQF() argument
72 PetscCall(BCDefinitionGetContext(bc_def, &honee_bc)); in FreestreamBCSetup_CreateIJacobianQF()
80 …PetscCall(HoneeBCCreateIJacobianQF(bc_def, Freestream_Jacobian_Conserv_HLL, Freestream_Jacobian_Co… in FreestreamBCSetup_CreateIJacobianQF()
83 …PetscCall(HoneeBCCreateIJacobianQF(bc_def, Freestream_Jacobian_Conserv_HLLC, Freestream_Jacobian_C… in FreestreamBCSetup_CreateIJacobianQF()
90 …PetscCall(HoneeBCCreateIJacobianQF(bc_def, Freestream_Jacobian_Prim_HLL, Freestream_Jacobian_Prim_… in FreestreamBCSetup_CreateIJacobianQF()
93 …PetscCall(HoneeBCCreateIJacobianQF(bc_def, Freestream_Jacobian_Prim_HLLC, Freestream_Jacobian_Prim… in FreestreamBCSetup_CreateIJacobianQF()
100 …PetscCall(HoneeBCCreateIJacobianQF(bc_def, Freestream_Jacobian_Entropy_HLL, Freestream_Jacobian_En… in FreestreamBCSetup_CreateIJacobianQF()
103 …PetscCall(HoneeBCCreateIJacobianQF(bc_def, Freestream_Jacobian_Entropy_HLLC, Freestream_Jacobian_E… in FreestreamBCSetup_CreateIJacobianQF()
111 PetscErrorCode FreestreamBCSetup(BCDefinition bc_def, ProblemData problem, DM dm, void *ctx, Newton… in FreestreamBCSetup() argument
163 PetscCall(BCDefinitionSetContext(bc_def, (PetscCtxDestroyFn *)HoneeBCDestroy, honee_bc)); in FreestreamBCSetup()
165 …PetscCall(BCDefinitionSetIFunction(bc_def, FreestreamBCSetup_CreateIFunctionQF, HoneeBCAddIFunctio… in FreestreamBCSetup()
166 …PetscCall(BCDefinitionSetIJacobian(bc_def, FreestreamBCSetup_CreateIJacobianQF, HoneeBCAddIJacobia… in FreestreamBCSetup()