Home
last modified time | relevance | path

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

/honee/problems/
H A Dstg_shur14.c368 CeedQFunction *qf_strongbc) { in SetupStrongStg_QF() argument
370 …unctionCreateInterior(ceed, 1, StgShur14InflowStrongQF, StgShur14InflowStrongQF_loc, qf_strongbc)); in SetupStrongStg_QF()
371 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "dXdx", dXdx_size, CEED_EVAL_NONE)); in SetupStrongStg_QF()
372 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "x", num_comp_x, CEED_EVAL_NONE)); in SetupStrongStg_QF()
373 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "scale", 1, CEED_EVAL_NONE)); in SetupStrongStg_QF()
374 …PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "stg data", stg_data_size, CEED_EVAL_NONE)… in SetupStrongStg_QF()
375 PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_strongbc, "q", num_comp_q, CEED_EVAL_NONE)); in SetupStrongStg_QF()
377 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfctx)); in SetupStrongStg_QF()
382 CeedQFunction *qf_strongbc) { in SetupStrongStg_PreProcessing() argument
384 …, CeedQFunctionCreateInterior(ceed, 1, StgShur14Preprocess, StgShur14Preprocess_loc, qf_strongbc)); in SetupStrongStg_PreProcessing()
[all …]
H A Dstg_shur14.h16 CeedInt dXdx_size, CeedQFunction *qf_strongbc);
/honee/src/
H A Dstrong_boundary_conditions.c17 CeedQFunction qf_setup, qf_strongbc, qf_stgdata; in SetupStrongSTG_Ceed() local
55 …(SetupStrongStg_QF(ceed, problem, num_comp_x, num_comp_q, stg_data_size, dXdx_size, &qf_strongbc)); in SetupStrongSTG_Ceed()
143 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_strongbc, NULL, NULL, &op_strong_bc_sub)); in SetupStrongSTG_Ceed()
179 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_strongbc)); in SetupStrongSTG_Ceed()