Home
last modified time | relevance | path

Searched refs:q_dot_ceed (Results 1 – 4 of 4) sorted by relevance

/honee/src/
H A Dhonee.c63 PetscCallCeed(ceed, CeedVectorDestroy(&honee_->q_dot_ceed)); in HoneeDestroy()
H A Dsetuplibceed.c123 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_q, &honee->q_dot_ceed, NULL)); in SetupLibceed()
211 …d(ceed, CeedOperatorSetField(op_ifunction_vol, "q dot", elem_restr_q, basis_q, honee->q_dot_ceed)); in SetupLibceed()
H A Dsetupts.c141 PetscCall(VecReadPetscToCeed(Q_dot_loc, &q_dot_mem_type, honee->q_dot_ceed)); in IFunction_NS()
153 PetscCall(VecReadCeedToPetsc(honee->q_dot_ceed, q_dot_mem_type, Q_dot_loc)); in IFunction_NS()
/honee/include/
H A Dnavierstokes.h163 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member