Home
last modified time | relevance | path

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

/honee/src/
H A Dsetuplibceed.c223 if (problem->apply_vol_ijacobian.qf_func_ptr) { in SetupLibceed()
226 …CeedQFunctionCreateInterior(ceed, 1, problem->apply_vol_ijacobian.qf_func_ptr, problem->apply_vol_… in SetupLibceed()
228 …PetscCallCeed(ceed, CeedQFunctionSetContext(qf_ijacobian_vol, problem->apply_vol_ijacobian.qfctx)); in SetupLibceed()
H A Dhonee.c71 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_ijacobian.qfctx)); in HoneeDestroy()
/honee/problems/
H A Dnewtonian.c548 …problem->apply_vol_ijacobian = (HoneeQFSpec){.qf_func_ptr = IJacobian_Newtonian_Conserv, .qf_loc =… in NS_NEWTONIAN_IG()
554 …problem->apply_vol_ijacobian = (HoneeQFSpec){.qf_func_ptr = IJacobian_Newtonian_Prim, .qf_loc = IJ… in NS_NEWTONIAN_IG()
560 …problem->apply_vol_ijacobian = (HoneeQFSpec){.qf_func_ptr = IJacobian_Newtonian_Entropy, .qf_loc =… in NS_NEWTONIAN_IG()
568 …(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ijacobian.qfctx)); in NS_NEWTONIAN_IG()
/honee/include/
H A Dnavierstokes.h239 HoneeQFSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian; member