Home
last modified time | relevance | path

Searched refs:CeedQFunctionContextReferenceCopy (Results 1 – 16 of 16) sorted by relevance

/libCEED/examples/fluids/problems/
H A Deulervortex.c136 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->ics.qfunction_conte… in NS_EULER_VORTEX()
137 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_vol_rhs.qfunc… in NS_EULER_VORTEX()
138 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_vol_ifunction… in NS_EULER_VORTEX()
139 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_inflow.qfunct… in NS_EULER_VORTEX()
140 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_outflow.qfunc… in NS_EULER_VORTEX()
H A Dbc_slip.c45 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_slip.qfu… in SlipBCSetup()
46 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_slip_jac… in SlipBCSetup()
H A Dchannel.c102 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(channel_context, &problem->apply_inflow.qfun… in NS_CHANNEL()
103 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(channel_context, &problem->apply_outflow.qfu… in NS_CHANNEL()
H A Dnewtonian.c463 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_context, &problem->apply_vol_if… in NS_NEWTONIAN_IG()
464 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_context, &problem->apply_vol_ij… in NS_NEWTONIAN_IG()
465 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_context, &problem->apply_inflow… in NS_NEWTONIAN_IG()
466 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_context, &problem->apply_inflow… in NS_NEWTONIAN_IG()
H A Dadvection.c271 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(advection_context, &problem->apply_vol_ifunc… in NS_ADVECTION()
272 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(advection_context, &problem->apply_inflow.qf… in NS_ADVECTION()
H A Dblasius.c369 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(blasius_context, &problem->apply_inflow.qfun… in NS_BLASIUS()
370 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(blasius_context, &problem->apply_inflow_jaco… in NS_BLASIUS()
H A Dstg_shur14.c296 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow.qfunctio… in SetupStg()
297 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow_jacobian… in SetupStg()
H A Dbc_freestream.c116 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(freestream_context, &problem->apply_freestre… in FreestreamBCSetup()
218 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(outflow_context, &problem->apply_outflow_jac… in OutflowBCSetup()
/libCEED/tests/
H A Dt403-qfunction.c25 CeedQFunctionContextReferenceCopy(ctx, &ctx_2); in main()
H A Dt402-qfunction.c47 CeedQFunctionContextReferenceCopy(ctx, &ctx_copy); in main()
/libCEED/interface/
H A Dceed-qfunctioncontext.c627 int CeedQFunctionContextReferenceCopy(CeedQFunctionContext ctx, CeedQFunctionContext *ctx_copy) { in CeedQFunctionContextReferenceCopy() function
H A Dceed-qfunction.c384 if (qf->ctx) CeedCall(CeedQFunctionContextReferenceCopy(qf->ctx, ctx)); in CeedQFunctionGetContext()
H A Dceed-operator.c1977 if (qf_ctx) CeedCall(CeedQFunctionContextReferenceCopy(qf_ctx, ctx)); in CeedOperatorGetContext()
/libCEED/include/ceed/
H A Dceed.h412 CEED_EXTERN int CeedQFunctionContextReferenceCopy(CeedQFunctionContext ctx, CeedQFunctionContext *c…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl597 function CeedQFunctionContextReferenceCopy(ctx, ctx_copy) function
598 …ccall((:CeedQFunctionContextReferenceCopy, libceed), Cint, (CeedQFunctionContext, Ptr{CeedQFunctio…
/libCEED/
H A Dcoverage.info11309 FNA:28,2352,CeedQFunctionContextReferenceCopy