Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee.c64 PetscCallCeed(ceed, CeedVectorDestroy(&honee_->g_ceed)); in HoneeDestroy()
H A Dsetupts.c142 PetscCall(VecPetscToCeed(G_loc, &g_mem_type, honee->g_ceed)); in IFunction_NS()
147 …PetscCallCeed(honee->ceed, CeedOperatorApply(honee->op_ifunction, honee->q_ceed, honee->g_ceed, CE… in IFunction_NS()
154 PetscCall(VecCeedToPetsc(honee->g_ceed, g_mem_type, G_loc)); in IFunction_NS()
H A Dsetuplibceed.c124 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_q, &honee->g_ceed, NULL)); in SetupLibceed()
256 …PetscCall(OperatorApplyContextCreate(dm, dm, ceed, op_rhs, honee->q_ceed, honee->g_ceed, honee->Q_… in SetupLibceed()
/honee/include/
H A Dnavierstokes.h163 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member
/honee/problems/
H A Dsgs_dd_model.c539 …lyContextCreate(honee->dm, honee->dm, ceed, op_sgs_apply, honee->q_ceed, honee->g_ceed, NULL, NULL, in SgsSetupNodalIFunction()