Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupts.c52 PetscCall(VecReadPetscToCeed(Q_loc, &q_mem_type, honee->q_ceed)); in RHS_NS()
65 PetscCall(VecReadCeedToPetsc(honee->q_ceed, q_mem_type, Q_loc)); in RHS_NS()
140 PetscCall(VecReadPetscToCeed(Q_loc, &q_mem_type, honee->q_ceed)); in IFunction_NS()
147 …PetscCallCeed(honee->ceed, CeedOperatorApply(honee->op_ifunction, honee->q_ceed, honee->g_ceed, CE… in IFunction_NS()
152 PetscCall(VecReadCeedToPetsc(honee->q_ceed, q_mem_type, Q_loc)); in IFunction_NS()
H A Dhonee.c62 PetscCallCeed(ceed, CeedVectorDestroy(&honee_->q_ceed)); in HoneeDestroy()
H A Dsetuplibceed.c122 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_q, &honee->q_ceed, NULL)); in SetupLibceed()
256 …PetscCall(OperatorApplyContextCreate(dm, dm, ceed, op_rhs, honee->q_ceed, honee->g_ceed, honee->Q_… in SetupLibceed()
/honee/problems/
H A Dsgs_dd_model.c104 PetscCall(VecPetscToCeed(Q_loc, &q_mem_type, honee->q_ceed)); // q_ceed is an implicit input in SgsDDNodalStressEval_Fused()
108 PetscCall(VecCeedToPetsc(honee->q_ceed, q_mem_type, Q_loc)); in SgsDDNodalStressEval_Fused()
173 …ed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "q", elem_restr_q, CEED_BASIS_NONE, honee->q_ceed)); in SgsDDSetupNodalEvaluation_Fused()
298 PetscCall(VecPetscToCeed(Q_loc, &q_mem_type, honee->q_ceed)); // q_ceed is an implicit input in SgsDDNodalStressEval_Sequential()
304 PetscCall(VecCeedToPetsc(honee->q_ceed, q_mem_type, Q_loc)); in SgsDDNodalStressEval_Sequential()
421 …d(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "q", elem_restr_q, CEED_BASIS_NONE, honee->q_ceed)); in SgsDDSetupNodalEvaluation_Sequential()
539 …PetscCall(OperatorApplyContextCreate(honee->dm, honee->dm, ceed, op_sgs_apply, honee->q_ceed, hone… in SgsSetupNodalIFunction()
H A Dadvection.c125 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_AdvectionStabilized()
H A Dnewtonian.c79 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_NewtonianStabilized()
/honee/src/spanstats/
H A Dcflpe.c128 …extCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, honee->q_ceed, NULL, NULL, NULL, in CreateStatisticCollectionOperator()
H A Dturbulence.c91 …extCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, honee->q_ceed, NULL, NULL, NULL, in CreateStatisticCollectionOperator()
/honee/include/
H A Dnavierstokes.h163 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member