Searched refs:q_ceed (Results 1 – 9 of 9) sorted by relevance
| /honee/src/ |
| H A D | setupts.c | 52 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 D | honee.c | 62 PetscCallCeed(ceed, CeedVectorDestroy(&honee_->q_ceed)); in HoneeDestroy()
|
| H A D | setuplibceed.c | 122 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 D | sgs_dd_model.c | 104 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 D | advection.c | 125 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_AdvectionStabilized()
|
| H A D | newtonian.c | 79 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_NewtonianStabilized()
|
| /honee/src/spanstats/ |
| H A D | cflpe.c | 128 …extCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, honee->q_ceed, NULL, NULL, NULL, in CreateStatisticCollectionOperator()
|
| H A D | turbulence.c | 91 …extCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, honee->q_ceed, NULL, NULL, NULL, in CreateStatisticCollectionOperator()
|
| /honee/include/ |
| H A D | navierstokes.h | 163 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member
|