Home
last modified time | relevance | path

Searched refs:newtonian_ig_qfctx (Results 1 – 3 of 3) sorted by relevance

/honee/problems/
H A Dbc_slip.c58 …efinition bc_def, ProblemData problem, DM dm, void *ctx, CeedQFunctionContext newtonian_ig_qfctx) { in SlipBCSetup() argument
67 PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &honee_bc->qfctx)); in SlipBCSetup()
H A Dnewtonian.c512 CeedQFunctionContext ics_qfctx, newtonian_ig_qfctx; in NS_NEWTONIAN_IG() local
520 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &newtonian_ig_qfctx)); in NS_NEWTONIAN_IG()
521 …PetscCallCeed(ceed, CeedQFunctionContextSetData(newtonian_ig_qfctx, CEED_MEM_HOST, CEED_USE_POINTE… in NS_NEWTONIAN_IG()
522 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(newtonian_ig_qfctx, CEED_MEM_HOST, FreeCont… in NS_NEWTONIAN_IG()
523 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_qfctx, "timestep size", offset… in NS_NEWTONIAN_IG()
525 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_qfctx, "ijacobian time shift", in NS_NEWTONIAN_IG()
528 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_qfctx, "solution time", offset… in NS_NEWTONIAN_IG()
566 problem->apply_vol_rhs.qfctx = newtonian_ig_qfctx; in NS_NEWTONIAN_IG()
567 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ifun… in NS_NEWTONIAN_IG()
568 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ijac… in NS_NEWTONIAN_IG()
[all …]
/honee/include/
H A Dnavierstokes.h342 …Definition bc_def, ProblemData problem, DM dm, void *ctx, CeedQFunctionContext newtonian_ig_qfctx);