Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dstg_shur14.c334 CeedQFunction *qf_strongbc) { in SetupStrongStg_QF() argument
336 …unctionCreateInterior(ceed, 1, StgShur14InflowStrongQF, StgShur14InflowStrongQF_loc, qf_strongbc)); in SetupStrongStg_QF()
337 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "dXdx", dXdx_size, CEED_EVAL_NONE)); in SetupStrongStg_QF()
338 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "x", num_comp_x, CEED_EVAL_NONE)); in SetupStrongStg_QF()
339 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "scale", 1, CEED_EVAL_NONE)); in SetupStrongStg_QF()
340 …PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "stg data", stg_data_size, CEED_EVAL_NONE)… in SetupStrongStg_QF()
341 PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_strongbc, "q", num_comp_q, CEED_EVAL_NONE)); in SetupStrongStg_QF()
343 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfunction_context)); in SetupStrongStg_QF()
348 CeedQFunction *qf_strongbc) { in SetupStrongStg_PreProcessing() argument
350 …, CeedQFunctionCreateInterior(ceed, 1, StgShur14Preprocess, StgShur14Preprocess_loc, qf_strongbc)); in SetupStrongStg_PreProcessing()
[all …]
H A Dstg_shur14.h20 CeedInt dXdx_size, CeedQFunction *qf_strongbc);
/libCEED/examples/fluids/src/
H A Dstrong_boundary_conditions.c21 CeedQFunction qf_setup, qf_strongbc, qf_stgdata; in SetupStrongSTG_Ceed() local
56 …(SetupStrongStg_QF(ceed, problem, num_comp_x, num_comp_q, stg_data_size, dXdx_size, &qf_strongbc)); in SetupStrongSTG_Ceed()
97 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_strongbc, NULL, NULL, &op_strong_bc_sub)); in SetupStrongSTG_Ceed()
128 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_strongbc)); in SetupStrongSTG_Ceed()