Searched refs:g_ceed (Results 1 – 5 of 5) sorted by relevance
| /honee/src/ |
| H A D | honee.c | 64 PetscCallCeed(ceed, CeedVectorDestroy(&honee_->g_ceed)); in HoneeDestroy()
|
| H A D | setupts.c | 142 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 D | setuplibceed.c | 124 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 D | navierstokes.h | 163 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 539 …lyContextCreate(honee->dm, honee->dm, ceed, op_sgs_apply, honee->q_ceed, honee->g_ceed, NULL, NULL, in SgsSetupNodalIFunction()
|