Home
last modified time | relevance | path

Searched refs:newtonian_qfctx (Results 1 – 1 of 1) sorted by relevance

/honee/problems/
H A Dnewtonian.c104 CeedQFunctionContext newtonian_qfctx = NULL; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
118 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
148 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_volume, newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
195 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_boundary, newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
253 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
274 CeedQFunctionContext newtonian_qfctx = NULL; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
285 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
305 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs, newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
318 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()